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