21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|