{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/apn-relay", "version": "0.0.0", "private": true, "type": "module", "license": "MIT", "scripts": { "dev": "bun run src/index.ts", "typecheck": "tsgo --noEmit" }, "dependencies": { "@planetscale/database": "1.19.0", "drizzle-orm": "catalog:", "hono": "catalog:", "jose": "6.0.11", "zod": "catalog:" }, "devDependencies": { "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:", "drizzle-kit": "catalog:", "typescript": "catalog:" } }