mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-21 16:53:44 +00:00
24 lines
636 B
JSON
24 lines
636 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/posts",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build && bun script/prepare-cloudflare.ts",
|
|
"deploy": "wrangler deploy --config dist/server/wrangler.json",
|
|
"typecheck": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "7.0.5",
|
|
"@fontsource/commit-mono": "5.3.0",
|
|
"astro": "7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/cloudflare": "14.1.4",
|
|
"@astrojs/check": "0.9.6",
|
|
"@types/bun": "catalog:",
|
|
"typescript": "catalog:",
|
|
"wrangler": "4.110.0"
|
|
}
|
|
}
|