Files
zblade.dev/package.json
T
kekePower 1a7f1f47ff chore(deps): bump Astro and refresh changelog docs
- Update Astro, RSS, and TypeScript versions in the lockfile
- Refresh tool call documentation and changelog page
2026-03-27 08:02:32 +01:00

19 lines
373 B
JSON

{
"name": "zblade-dev",
"type": "module",
"version": "0.5.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"
}
}