You've already forked zblade.dev
1ff432241a
Replace hardcoded v0.2.0 version strings in platform download cards
with the `{version}` variable read from package.json. Bump site
package version to 0.2.0.
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"name": "zblade-dev",
|
|
"type": "module",
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"astro": "^5.16.14",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|