Files
Tron.io/server/package.json
2021-01-28 17:49:49 +01:00

32 lines
728 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": {
"dotenv": "^8.2.0",
"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"
}
}