{
  "name": "@gannonh/devbox",
  "version": "0.1.11",
  "description": "One-command isolated worktree dev containers with headed display, Pi agent, Chromium/OAuth, and GitHub-token forwarding.",
  "type": "module",
  "bin": {
    "devbox": "dist/cli.js"
  },
  "files": [
    "dist",
    "templates",
    "skills",
    "images"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "prepack": "npm run build",
    "worktree:setup": "bash scripts/worktree-setup.sh",
    "test": "vitest run",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "benchmark:vercel": "npm run build --silent && node scripts/vercel/benchmark.mjs",
    "validate:release": "test -f dist/providers/vercel/release-validation.js || npm run build; node dist/providers/vercel/release-validation.js"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "workspaces": [
    "site",
    "packages/dbx"
  ],
  "dependencies": {
    "@vercel/sandbox": "3.1.0",
    "proper-lockfile": "^4.1.2",
    "ws": "^8.21.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.0.0",
    "@types/node": "^26.0.1",
    "@types/proper-lockfile": "^4.1.4",
    "@types/ws": "^8.18.1",
    "@vercel/sandbox-mock": "^3.1.0",
    "eslint": "^9.0.0",
    "typescript": "^5.6.0",
    "typescript-eslint": "^8.0.0",
    "vitest": "^2.0.0"
  }
}
