-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.13 KB
/
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
{
"scripts": {
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix"
},
"dependencies": {
"@babel/eslint-parser": "^7.5.4",
"axios": "^0.28.0",
"bitcoinjs-message": "^2.2.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"deepmerge": "^4.3.1",
"express": "^4.19.2",
"express-fileupload": "^1.4.1",
"express-rate-limit": "^7.1.1",
"express-ws": "^5.0.2",
"googleapis": "^128.0.0",
"https": "^1.0.0",
"md5": "^2.3.0",
"memory-cache": "^0.2.0",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"nano-ethereum-signer": "^0.1.2",
"node-forge": "^1.3.1",
"path": "^0.12.7",
"qs": "^6.11.2",
"sanitize-filename": "^1.6.3",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"sql-formatter": "^15.3.0",
"sqlstring": "^2.3.3",
"timers": "^0.1.1",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.4.0",
"ws": "^8.7.0",
"zeltrezjs": "^2.12.0"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"power-assert": "^1.6.1"
}
}