-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 968 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
44
45
46
{
"name": "AShare",
"version": "1.0.0",
"description": "",
"main": "app.js",
"bin": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"pkg-win": "pkg -t win package.json",
"pkg-linux": "pkg -t linux package.json"
},
"pkg": {
"assets": [
"public/*",
"public/**/**/*"
],
"scripts": [
"public/static/js/*.js"
],
"targets": [
"node14"
]
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"colors": "^1.4.0",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"lodash-id": "^0.14.0",
"lowdb": "^1.0.0",
"moment": "^2.29.1",
"path": "^0.12.7",
"random-string": "^0.2.0",
"request": "^2.88.0",
"request-ip": "^2.1.3",
"superagent": "^5.0.5"
},
"devDependencies": {
"portfinder": "^1.0.28"
}
}