-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 996 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 996 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
35
36
37
{
"name": "quickplaysocket",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node build/app.js",
"dev": "npx nodemon -w . --inspect=0.0.0.0:5859 -L build/app.js"
},
"dependencies": {
"@azure/storage-file-share": "^12.6.0",
"@quickplaymod/quickplay-actions-js": "^2.2.0",
"aws-sdk": "^2.927.0",
"axios": "^0.21.1",
"google-auth-library": "^6.1.6",
"hypixel-api": "^1.2.0",
"ioredis": "^4.27.6",
"moment": "^2.29.1",
"mysql2": "^2.2.5",
"sharp": "^0.27.2",
"sprintf-js": "^1.1.2",
"valid-url": "^1.0.9",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/ioredis": "^4.26.4",
"@types/moment": "^2.13.0",
"@types/node": "^14.17.3",
"@types/sprintf-js": "^1.1.2",
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.28.0",
"nodemon": "^2.0.7",
"typescript": "^3.9.9"
}
}