-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 727 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 727 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
{
"name": "vclubebot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bufferutil": "^4.0.3",
"fs": "^0.0.1-security",
"https-proxy-agent": "^5.0.0",
"mysql2": "^2.3.0",
"readline": "^1.3.0",
"readline-sync": "^1.4.10",
"socket-io": "^1.0.0",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0",
"sync": "^0.2.5",
"tsc": "^2.0.3",
"url": "^0.11.0",
"utf-8-validate": "^5.0.5",
"ws": "^8.2.2"
},
"devDependencies": {
"@types/ws": "^7.4.7",
"tslint": "^6.1.3",
"typescript": "^4.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "UniverseCoder",
"license": "ISC"
}