-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
66 lines (66 loc) · 1.43 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "apktool",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"restart": "pm2 start ./bin/www --watch"
},
"engines": {
"node": "=16.15.0"
},
"bin": "./bin/www",
"pkg": {
"scripts": [],
"assets": [
"apk/**/*",
"apkTool/**/*",
"app/**/*",
"bin/**/*",
"config/**/*",
"database/program.db",
"keystore/**/*",
"openssl/**/*",
"public/**/*",
"rea/**/*",
"views/**/*",
"test/**/*",
"tmle/**/*",
"node_modules/**/*",
"node_modules/sqlite3/lib/binding/napi-v3-linux-x64/node_sqlite3.node"
],
"targets": [
"node14-win-x64",
"node14-linux-x64"
],
"output": "proxy"
},
"dependencies": {
"ali-oss": "^6.15.2",
"body-parser": "^1.19.0",
"bytenode": "^1.3.7",
"child_process": "^1.0.2",
"compressing": "^1.5.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"fs": "0.0.2",
"http-errors": "~1.6.3",
"iconv-lite": "^0.6.3",
"js-md5": "^0.7.3",
"md5": "^2.3.0",
"morgan": "~1.10.0",
"multipipe": "^4.0.0",
"node-machine-id": "^1.1.12",
"nodemon": "^2.0.7",
"request": "^2.88.2",
"sqlite3": "^5.0.2",
"step": "^1.0.0",
"xmldom": "^0.6.0",
"zip-local": "^0.3.4",
"@suchipi/webview": "^0.2.1",
"shelljs": "^0.8.4",
"yargs-parser": "^20.2.0"
}
}