forked from lexluga/3cx-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 817 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 817 Bytes
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
{
"name": "@3cx/api",
"version": "0.0.36",
"description": "3CX Phone System API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"create-index": "cti lib",
"lint": "tslint --project tsconfig.json",
"build": "tsc"
},
"author": "Nikolai Orekhov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sherlock1982/3cx-api.git"
},
"devDependencies": {
"create-ts-index": "^1.0.14",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"dependencies": {
"axios": "^0.18.0",
"axios-cookiejar-support": "^0.4.2"
},
"bugs": {
"url": "https://github.com/sherlock1982/3cx-api/issues"
},
"homepage": "https://github.com/sherlock1982/3cx-api",
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.5.1"
}
}