{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/www", "private": true, "type": "module", "scripts": { "dev": "bun run generate && astro dev --host --port 3000", "build": "bun run generate && astro build && bun script/pagefind.ts && bun run validate && bun script/prepare-cloudflare.ts", "deploy": "wrangler deploy --config dist/server/wrangler.json", "generate": "bun script/generate-openapi.ts && bun --cwd ../cli script/schema.ts ../www/public/cli.json", "check:generated": "bun script/generate-openapi.ts --check", "validate": "bun script/validate-links.ts", "typecheck": "astro check" }, "dependencies": { "@astrojs/mdx": "7.0.5", "astro": "7.1.3" }, "devDependencies": { "@astrojs/cloudflare": "14.1.4", "@astrojs/check": "0.9.6", "@astrojs/markdown-remark": "7.2.4", "@types/bun": "catalog:", "pagefind": "1.5.2", "typescript": "catalog:", "wrangler": "4.110.0" }, "engines": { "node": ">=22.12" } }