11 lines
281 B
JSON
11 lines
281 B
JSON
|
|
{
|
|||
|
|
"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"
|
|||
|
|
}
|
|||
|
|
}
|