Files
zblade.dev/package.json
T
kekePower 1c0cfaca82 chore(deps): bump astro to 6.1.10
Update astro from 6.1.9 to 6.1.10 and use caret range
Update typeScript peer dependency in astro deps to include ^6.0.0
2026-04-29 23:37:05 +02:00

19 lines
374 B
JSON

{
"name": "zblade-dev",
"type": "module",
"version": "0.6.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/rss": "^4.0.18",
"astro": "^6.1.10",
"typescript": "^6.0.3"
}
}