{
  "name": "openclaude-web",
  "version": "0.2.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "astro dev",
    "build": "astro check && astro build && bun scripts/verify-dist.ts",
    "preview": "astro preview",
    "typecheck": "astro check"
  },
  "dependencies": {
    "@astrojs/check": "0.9.9",
    "@astrojs/sitemap": "3.7.3",
    "@fontsource-variable/geist-mono": "^5.2.5",
    "astro": "6.4.6",
    "typescript": "^5.8.3"
  }
}