mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Created an empty shell of a server
This commit is contained in:
20
SERVER_City/package.json
Normal file
20
SERVER_City/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "server_city",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "city.js",
|
||||
"scripts": {
|
||||
"start": "forever -o forever.log -e error.log start city.js",
|
||||
"restart": "forever -o forever.log -e error.log restart city.js",
|
||||
"stop": "forever stop city.js",
|
||||
"node": "node city.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^6.1.0",
|
||||
"express": "^4.16.4",
|
||||
"forever": "^0.15.3",
|
||||
"socket.io": "^2.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user