-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 775 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 775 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
{
"name": "uadeewebsocketserver",
"version": "1.0.0",
"description": "a WebSocket server for uadee team.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"websocket",
"uadee"
],
"author": "zhangazyt",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"chess.js": "^0.11.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"json-compress": "git+https://github.com/Alamantus/JSON-Compress.git",
"moment": "^2.29.1",
"mysql2": "^2.2.5",
"nanoid": "^3.1.20",
"node-os-utils": "^1.3.5",
"node.js": "0.0.1-security",
"path": "^0.12.7",
"sequelize": "^6.5.0",
"sequelize-cli": "^6.2.0",
"ws": "^7.4.3"
},
"devDependencies": {
"eslint": "^7.25.0"
}
}