barkour/package.json

11 lines
281 B
JSON
Raw Permalink Normal View History

{
"name": "barkour",
"version": "0.1.0",
"description": "Barkour — dogfights × parkour. Movement-PvP fighting game with procedural maps and P2P netplay.",
"type": "module",
"scripts": {
"dev": "python3 -m http.server 8137",
"test": "node test/smoke.mjs"
}
}