You've already forked zblade.dev
6e1e2fbce1
- bump package version to 0.5.0 - mark v0.5.0 as latest and move v0.4.1 to previous in changelog
19 lines
373 B
JSON
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.15",
|
|
"astro": "^6.0.5",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|