teeworlds
Version:
Library for (ingame) teeworlds bots.
26 lines (25 loc) • 533 B
JSON
{
"name": "teeworlds",
"version": "2.5.5",
"description": "Library for (ingame) teeworlds bots.",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+github.com/swarfeya/teeworlds-library-ts.git"
},
"keywords": [
"teeworlds",
"ddracenetwork",
"headless"
],
"devDependencies": {
"@types/node": "^22.13.8",
"typescript": "^5.8.2"
}
}