28 lines
643 B
JSON
28 lines
643 B
JSON
{
|
|
"name": "tronio-server",
|
|
"version": "2.0.0",
|
|
"description": "Tron.io game server",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gltronic.ovh/gltron/Tron.io"
|
|
},
|
|
"author": "gltron",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.12.1",
|
|
"eslint-config-standard": "^16.0.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1"
|
|
}
|
|
}
|