-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 890 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
{
"name": "battlenet",
"version": "0.2.0",
"description": "A battle.net implementation",
"scripts": {
"rest": "node rest.js",
"frontend": "node frontend.js",
"service": "node server.js"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"amqplib": "^0.5.6",
"app-root": "^3.0.0",
"app-root-path": "^2.2.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"es6-promisify": "^6.1.1",
"etcd3": "^0.2.13",
"express": "^4.17.1",
"fnv": "^0.1.3",
"long": "^3.2.0",
"microtime": "^2.1.9",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql2": "^1.7.0",
"protobufjs": "^6.10.1",
"querystring": "^0.2.0",
"sequelize": "^6.3.5",
"uuid": "^3.4.0",
"winston": "^2.4.5"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-plugin-node": "^11.1.0",
"sequelize-cli": "^6.2.0"
}
}