{
  "name": "devtune",
  "version": "0.2.0",
  "description": "DevTune — AI installs, you tune the running game, Keep writes real source (three.js)",
  "type": "module",
  "bin": {
    "devtune": "bin/devtune.mjs"
  },
  "files": [
    "LICENSE",
    "bin/",
    "tools/",
    "!tools/*.test.mjs",
    "!tools/pack-npm.mjs",
    "!tools/embed-host.mjs",
    "!tools/verify.reference.mjs",
    "!tools/key.mjs",
    "templates/",
    "docs/",
    "medium/",
    "scaffold/",
    "host/",
    "vendor/",
    "AGENTS.md",
    "RUN.md",
    "README.md",
    "RECEIPT.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "acorn": "^8.18.0",
    "ws": "^8.18.0"
  },
  "license": "SEE LICENSE IN LICENSE",
  "private": false,
  "scripts": {
    "prepack": "node tools/embed-host.mjs",
    "embed-host": "node tools/embed-host.mjs",
    "battery": "node tools/battery.mjs",
    "doctor": "node tools/doctor.mjs"
  },
  "keywords": [
    "devtune",
    "game-feel",
    "three.js",
    "rapier"
  ]
}
