{
  "name": "@grovemotorco/ignition",
  "version": "0.0.9",
  "bin": {
    "ignition": "./dist/cli.js"
  },
  "workspaces": [
    "src/dashboard/ui",
    "docs"
  ],
  "files": [
    "dist",
    "src",
    "!src/dashboard/ui"
  ],
  "type": "module",
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "scripts": {
    "prepare": "bun run scripts/ensure-dashboard-stub.ts",
    "dev": "bun run src/cli.ts",
    "dev:dashboard": "bun run src/dashboard/dev-server.ts",
    "dev:ui": "bun run --cwd src/dashboard/ui vite",
    "test": "bun test --timeout 60000 ./tests",
    "test:dashboard": "IGNITION_RUN_DASHBOARD_TESTS=1 bun test ./tests/dashboard",
    "test:sandbox": "IGNITION_RUN_SANDBOX_TESTS=1 bun test --timeout 60000 ./tests/integration ./tests/e2e",
    "typecheck": "tsgo --noEmit",
    "lint": "oxlint --type-aware --type-check",
    "fmt": "oxfmt --write",
    "fmt:check": "oxfmt --check",
    "verify": "bun run --sequential typecheck lint fmt:check test",
    "dashboard:build": "bun run --cwd src/dashboard/ui vite build",
    "build": "tsgo --project tsconfig.build.json",
    "build:executable": "bun run scripts/build-executable.ts",
    "install:global": "bun run scripts/install.ts",
    "sandbox": "bun run scripts/deno-sandbox.ts",
    "sandbox:docker": "bun run scripts/docker-sandbox.ts",
    "sandbox:validate": "bun run scripts/validate-recipes.ts",
    "docs:dev": "bun run --cwd docs dev",
    "docs:build": "bun run --cwd docs build",
    "theme:generate": "bun run scripts/extract-palette.ts",
    "theme:preview": "bun run scripts/extract-palette.ts --preview",
    "release": "bun run scripts/publish.ts",
    "setup:agents": "dotagents install",
    "setup:docs": "bun scripts/fetch-workspace-docs.ts"
  },
  "dependencies": {
    "incur": "0.2.2",
    "ws": "^8.19.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@deno/sandbox": "^0.2.2",
    "@sentry/dotagents": "^1.2.0",
    "@types/bun": "^1.3.9",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/ws": "^8.18.1",
    "@typescript/native-preview": "7.0.0-dev.20260217.1",
    "@vitejs/plugin-react": "^5.1.4",
    "bun-types": "^1.3.10",
    "oxfmt": "^0.36.0",
    "oxlint": "^1.51.0",
    "oxlint-tsgolint": "^0.12.2",
    "playwright": "^1.58.2",
    "typescript": "5.9.3",
    "vite": "^8.0.0-beta.15",
    "vite-plugin-singlefile": "^2.3.0"
  }
}
