-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 897 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
{
"name": "autoforce",
"version": "1.0.0",
"description": "Turn-based strategy game",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node game/server.js",
"start": "node game/server.js",
"devs": "nodemon --watch game node game/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PositivePeriod/AutoForce.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PositivePeriod/AutoForce/issues"
},
"homepage": "https://github.com/PositivePeriod/AutoForce#readme",
"dependencies": {
"async": "^3.2.1",
"async-lock": "^1.3.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"nanoid": "^3.1.30",
"pg": "^8.7.1",
"socket.io": "^4.3.0",
"socket.io-client": "^4.3.0"
},
"devDependencies": {
"nodemon": "^2.0.13"
}
}