Files
zblade.dev/package.json
T
kekePower e037a78c4e docs(changelog): release v0.6.0 and bump package version
Update version from 0.5.0 to 0.6.0 in package.json, set v0.6.0
release date, and update badge statuses (v0.6.0 → Latest, v0.5.0 → Previous).
2026-04-09 16:54:31 +02:00

19 lines
373 B
JSON

{
"name": "zblade-dev",
"type": "module",
"version": "0.6.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.18",
"astro": "^6.1.1",
"typescript": "^6.0.2"
}
}