gitworld / package.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/gitworld
6281708 verified
Raw
History Blame Contribute Delete
438 Bytes
{
"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"
}
}