-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
28 lines (28 loc) · 830 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
{
"name": "cyberwarfare4k",
"version": "0.3.7",
"description": "Free multiplyer hacker role playing game",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"private": true,
"scripts": {
"preinstall": "echo --- preinstall --- && cd server && npm install && cd ../client && npm install && npm run build && cd ..",
"start": "echo --- start --- && cd server && npm start",
"dev:server": "cd server && npm run dev",
"dev:client": "cd client && npm run start"
},
"engines": {
"node": "^12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ojself/cyberwarfare4k.git"
},
"author": "Tor",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ojself/cyberwarfare4k/issues"
},
"homepage": "https://github.com/Ojself/cyberwarfare4k#readme"
}