{
  "name": "{{APP_SLUG}}",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "workspaces": [
    "components/*"
  ],
  "scripts": {
    "dev": "bun run --cwd components/process dev",
    "start": "bun run --cwd components/process start",
    "check": "bun run --filter='./components/*' check"
  },
  "dependencies": {
    "@kazzle/app": "{{KAZZLE_APP_VERSION}}",
    "zod": "^4.3.6"
  }
}
