{ "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" } }