{
	"name": "client",
	"version": "1.0.0",
	"private": true,
	"scripts": {
		"dev": "astro dev",
		"start": "astro dev",
		"sync": "astro sync",
		"build": "astro build",
		"preview": "astro preview",
		"format": "biome format --write src package.json",
		"deploy": "bun run build && wrangler deploy -c dist/server/wrangler.json",
		"parse:birds": "bun run scripts/parse-birds.ts"
	},
	"devDependencies": {
		"@astrojs/markdown-satteri": "0.2.1",
		"@astrojs/mdx": "6.0.1",
		"@astrojs/sitemap": "3.7.3",
		"@biomejs/biome": "2.4.16",
		"@napi-rs/wasm-runtime": "1.1.4",
		"@shikijs/rehype": "4.1.0",
		"@tailwindcss/typography": "0.5.19",
		"@tailwindcss/vite": "4.3.0",
		"@types/bun": "1.3.14",
		"@types/markdown-it": "14.1.2",
		"@types/sanitize-html": "2.16.1",
		"satteri": "0.6.3",
		"tailwindcss": "4.3.0",
		"typescript": "6.0.3",
		"wrangler": "4.95.0"
	},
	"dependencies": {
		"@astrojs/cloudflare": "13.6.0",
		"@astrojs/rss": "4.0.18",
		"@astrojs/ts-plugin": "1.10.9",
		"astro": "6.4.2",
		"markdown-it": "14.2.0",
		"rehype-external-links": "3.0.0",
		"sanitize-html": "2.17.4",
		"shiki": "4.1.0"
	}
}
