{
  "name": "repo",
  "version": "1.0.0",
  "description": "A self-contained 3D voxel world editor in a single HTML file. Vercel and Netlify serve the static dist/ output generated by publish.sh. Three.js r128 and GLTFLoader are self-hosted under vendor/three/.",
  "private": true,
  "scripts": {
    "dev": "node tools/dev-server.js",
    "build": "./publish.sh",
    "check": "node tools/check.js",
    "smoke": "node tools/smoke-static.js",
    "test": "npm run check && npm run smoke"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasonkneen/tiny-world-builder.git"
  },
  "keywords": [],
  "author": "",
  "license": "AGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/jasonkneen/tiny-world-builder/issues"
  },
  "homepage": "https://github.com/jasonkneen/tiny-world-builder#readme",
  "dependencies": {},
  "devDependencies": {}
}
