You've already forked zblade.dev
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"name": "zblade-dev",
|
|
"type": "module",
|
|
"version": "0.4.0",
|
|
"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"
|
|
}
|
|
}
|