| { | |
| "name": "gitworld-local-prototype", | |
| "version": "0.1.0", | |
| "private": true, | |
| "type": "module", | |
| "description": "A browser-local walkable repository city prototype.", | |
| "scripts": { | |
| "build": "node scripts/build.mjs", | |
| "test": "node --test tests/*.test.mjs", | |
| "check": "node --check src/shared.js && node --check src/world-architect.js && node --check src/ui-reality.js && node --check scripts/build.mjs" | |
| } | |
| } | |