Files
zblade.dev/package.json
T
kekePower 8fd0450b0a chore(astro): upgrade to Astro 6 and move content config
Add @astrojs/rss and update blog, changelog, and RSS pages
to use the new content collections configuration path
2026-03-18 16:06:45 +01:00

19 lines
373 B
JSON

{
"name": "zblade-dev",
"type": "module",
"version": "0.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/rss": "^4.0.15",
"astro": "^6.0.5",
"typescript": "^5.9.3"
}
}