-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 953 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "gohighlevel",
"version": "1.0.9",
"description": "Go Highlevel Node Js ease of use library implementation to their API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"scripts": {
"dev": "tsc && node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/M2KDevelopments/gohighlevel.git"
},
"files": [
"/dist"
],
"keywords": [
"gohighlevel",
"highlevel",
"leadconnectorhq",
"node",
"express",
"api"
],
"author": "M2K Developments",
"license": "MIT",
"bugs": {
"url": "https://github.com/M2KDevelopments/gohighlevel/issues"
},
"homepage": "https://github.com/M2KDevelopments/gohighlevel#readme",
"dependencies": {
"axios": "^1.7.7"
},
"devDependencies": {
"@types/node": "^22.10.1",
"typescript": "^5.6.3"
}
}