-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 846 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
{
"name": "vtiger",
"version": "0.1.6",
"description": "VTiger API connector",
"main": "dist/index.js",
"types": "dist/types/crm.types.js",
"scripts": {
"setup": "npm install",
"build": "tsc",
"build-watch": "tsc --watch",
"clean": "rm -rf node_modules/ dist/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vtiger",
"vtigercrm",
"crm"
],
"author": "Sven Mutzl",
"repository": {
"type": "git",
"url": "https://github.com/canguruhh/vtiger-node-api.git"
},
"license": "MIT",
"dependencies": {
"crypto-js": "^3.1.9-1",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.5",
"@types/crypto-js": "^3.1.43",
"@types/node": "^14.14.22",
"@types/request-promise": "^4.1.42"
}
}