-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 916 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
{
"name": "@linux-remote/server_main",
"description": "linux-remote's server_main.",
"version": "4.20.1",
"author": {
"name": "Du Wei",
"email": "[email protected]"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "[email protected]:linux-remote/server_main.git"
},
"scripts": {
"vminstall": "npm install --no-bin-links --production",
"iDevDeps": "npm install --only=dev",
"publish": "node ../linux-remote/up-version-map.js",
"p": "npm publish --access public"
},
"files": [
"src",
"logo_def.png"
],
"license": "MPL-2.0",
"engines": {
"node": ">=12.14.0"
},
"dependencies": {
"@hezedu/socket-request": "^0.1.2",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"morgan": "~1.9.1",
"pako": "^1.0.11",
"ws": "^7.2.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0"
}
}