{
  "name": "{{APP_SLUG}}-server",
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "start": "bun run index.ts",
    "dev": "kazzle run -- bun --watch index.ts",
    "typecheck": "tsc --noEmit --allowImportingTsExtensions",
    "check": "bun run typecheck"
  },
  "dependencies": {
    "hono": "^4.12.16",
    "jose": "^6.0.11",
    "postgres": "^3.4.5"
  },
  "devDependencies": {
    "@types/bun": "^1.3.6",
    "typescript": "7.0.2"
  }
}
