forked from clement78/3cx-api
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1002 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
42
43
{
"name": "@adroste/3cx-api",
"version": "0.36.3",
"description": "3CX Phone System API - Updated",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"create-index": "cti lib --withoutbackup",
"lint": "tslint --project tsconfig.json",
"build": "tsc",
"build:watch": "tsc -w"
},
"author": "Alexander Droste",
"contributors": [
{
"name": "Nikolai Orekhov"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adroste/3cx-api.git"
},
"devDependencies": {
"@types/tough-cookie": "^4.0.1",
"create-ts-index": "^1.13.7",
"tslint": "^6.1.3",
"typescript": "^4.5.3"
},
"dependencies": {
"axios": "^0.24.0",
"axios-cookiejar-support": "^2.0.3",
"tough-cookie": "^4.0.0"
},
"bugs": {
"url": "https://github.com/adroste/3cx-api/issues"
},
"homepage": "https://github.com/adroste/3cx-api",
"engines": {
"node": ">= 15.0.0",
"npm": ">= 8.0.0"
}
}