robotank/server-nodejs/package.json
Sascha Nitsch 51f0415617 initial im
2025-03-03 02:17:50 +01:00

19 lines
395 B
JSON

{
"name": "server-nodejs",
"version": "0.0.1",
"description": "Server for robotank",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node esbuild.mjs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"esbuild": "^0.25.0",
"ws": "^8.18.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.9"
}
}