robotank/client-hodejs/package.json

22 lines
461 B
JSON
Raw Permalink Normal View History

2025-03-03 02:17:50 +01:00
{
"name": "robotank-base",
"version": "0.0.1",
"description": "base robot functions for the robotank simulation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node esbuild.mjs"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"ws": "^8.18.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.9"
},
"devDependencies": {
"esbuild": "^0.25.0"
}
}