31 lines
704 B
JSON
31 lines
704 B
JSON
{
|
|
"name": "tronio-server",
|
|
"version": "2.1.0",
|
|
"description": "Tron.io game server",
|
|
"main": "dist/app.js",
|
|
"scripts": {
|
|
"start": "tsc && node dist/app.js",
|
|
"build": "tsc",
|
|
"lint": "echo \"Warning: no lint specified\"",
|
|
"test": "echo \"Warning: no test specified\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gltronic.ovh/gltron/Tron.io"
|
|
},
|
|
"author": "gltron",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"uuid": "^8.3.1",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.11",
|
|
"@types/node": "^14.14.22",
|
|
"@types/uuid": "^8.3.0",
|
|
"@types/ws": "^7.4.0",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|