{
  "name": "spexcode",
  "version": "0.2.5",
  "type": "module",
  "description": "SpexCode — a spec-driven, self-developing dev tool. The `spex` CLI + spec server reads the .spec tree and its git history, and serves the dashboard.",
  "license": "MIT",
  "bin": {
    "spex": "spec-cli/bin/spex.mjs"
  },
  "files": [
    "spec-cli/src",
    "!spec-cli/src/**/*.test.ts",
    "spec-cli/bin",
    "spec-cli/templates",
    "spec-cli/hooks",
    "spec-yatsu/src",
    "!spec-yatsu/src/**/*.test.ts",
    "spec-forge/src",
    "!spec-forge/src/**/*.test.ts",
    "spec-dashboard/dist",
    "README.md"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "api": "cd spec-cli && npm run serve",
    "web": "cd spec-dashboard && npm run dev",
    "lint": "cd spec-cli && npm run -s lint",
    "hooks": "bash scripts/install-hooks.sh",
    "prepack": "node scripts/prepack.mjs",
    "postinstall": "node -e \"try{require('fs').readdirSync('node_modules/node-pty/prebuilds').forEach(d=>{try{require('fs').chmodSync('node_modules/node-pty/prebuilds/'+d+'/spawn-helper',0o755)}catch{}})}catch{}\""
  },
  "dependencies": {
    "@hono/node-server": "^1.13.7",
    "@hono/node-ws": "^1.0.4",
    "hono": "^4.6.14",
    "node-pty": "^1.0.0",
    "tsx": "^4.19.2"
  },
  "devDependencies": {
    "@types/node": "^20.16.0",
    "typescript": "^5.6.3"
  }
}
