mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-25 09:22:10 +00:00
31 lines
970 B
JSON
31 lines
970 B
JSON
{
|
|
"$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",
|
|
"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"
|
|
}
|
|
}
|