@cllbk/ghl
Version:
A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.
44 lines (43 loc) • 962 B
JSON
{
"name": "@cllbk/ghl",
"version": "1.3.0",
"description": "A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.",
"main": "dist/index.js",
"scripts": {
"build": "rimraf ./dist && tsc",
"start": "npm run build && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CallBackCode/ghlSDK.git"
},
"keywords": [
"GHL",
"HighLevel",
"High Level",
"GoHighLevel",
"Go HighLevel",
"Go High Level",
"LeadConnector",
"Lead Connector",
"LC",
"CRM",
"CallBack",
"CallBackCode",
"SDK"
],
"author": "CallBack",
"license": "ISC",
"bugs": {
"url": "https://github.com/CallBackCode/ghlSDK/issues"
},
"homepage": "https://github.com/CallBackCode/ghlSDK#readme",
"engines": {
"node": ">=20.12"
},
"devDependencies": {
"@types/node": "^20.12.7",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
}
}