-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 926 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
{
"name": "batnav-server",
"version": "2022.612.0",
"description": "BatNav game server. Handles API and real-time connections. (https.//github.com/gerardowacker/batnav)",
"main": "src/index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gerardowacker/batnav-server.git"
},
"engines": {
"node": "16.x"
},
"author": "Gerardo Wacker (https://github.com/gerardowacker)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gerardowacker/batnav-server/issues"
},
"homepage": "https://github.com/gerardowacker/batnav-server#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"express": "^4.17.3",
"mongodb": "^4.4.1",
"node-fetch": "^2.6.1",
"socket.io": "^4.4.1",
"uuid": "^8.3.2"
}
}