-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.73 KB
/
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
44
45
{
"name": "chan-dongle-extended",
"version": "5.6.5",
"description": "feature SMS multipart, phonebook memory access, PIN code management",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"scripts": {
"partial_install": "npm install --no-package-lock [email protected] garronej/scripting-tools garronej/chan-dongle-extended-client",
"preinstall": "npm run partial_install && sudo $(which node) ./dist/bin/installer install_prereq",
"postinstall": "cp $(readlink -e $(which node)) ./node",
"tsc": "node ./node_modules/typescript/bin/tsc -p ./tsconfig.json",
"start": "sudo ./node ./dist/bin/main.js",
"release": "sudo $(which node) ./dist/bin/installer release",
"test": "sudo ./node ./dist/test/db"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garronej/chan-dongle-extended.git"
},
"author": "Joseph Garrone",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"chan-dongle-extended-client": "github:garronej/chan-dongle-extended-client",
"colors": "^1.3.0",
"commander": "^2.19.0",
"evt": "^1.8.8",
"ini-extended": "github:garronej/ini-extended",
"logger": "github:garronej/logger",
"node-gyp": "^3.7.0",
"node-persist": "^2.1.0",
"run-exclusive": "^2.2.14",
"scripting-tools": "github:garronej/scripting-tools",
"sqlite-custom": "github:garronej/sqlite-custom",
"trackable-map": "github:garronej/trackable-map",
"transfer-tools": "garronej/transfer-tools",
"ts-ami": "github:garronej/ts-ami",
"ts-gsm-modem": "github:garronej/ts-gsm-modem",
"ts-sip": "github:garronej/ts-sip"
},
"devDependencies": {
"@types/node": "^8.9.1",
"@types/node-persist": "0.0.31",
"typescript": "^3.4.5"
}
}