Files
zblade.dev/package.json
T
kekePower f3e14646b2 docs(changelog): mark v0.3.3 as latest release
- Set v0.3.3 date to February 28, 2026 and status to Latest
- Move v0.3.2 badge from Latest to Previous
- Add terminal note about removing horizontal resize bar
- Bump package version to 0.3.3
2026-02-28 23:08:34 +01:00

19 lines
374 B
JSON

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