{
  "name": "zlattea",
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "dev": "bun run src/server.ts & bunx --bun astro dev",
    "build": "bunx --bun astro build",
    "start": "bun run src/server.ts & PORT=3002 HOST=127.0.0.1 bun ./dist/server/entry.mjs",
    "setup": "bun run src/setup.ts",
    "test": "bun test"
  },
  "dependencies": {
    "@astrojs/node": "^11.0.2",
    "@noble/curves": "^2.2.0",
    "astro": "^7.0.9",
    "bcryptjs": "^3.0.3",
    "hono": "^4.12.30",
    "marked": "^18.0.7",
    "stripe": "^22.3.2"
  },
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "@types/marked": "^6.0.0",
    "typescript": "^5.9.3"
  }
}