{ "name": "cardclaws-profile", "type": "module", "private": true, "version": "0.1.0", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "check": "astro check" }, "dependencies": { "@astrojs/node": "^8.3.4", "astro": "^4.16.18" }, "devDependencies": { "@astrojs/check": "^0.9.4", "typescript": "^5.6.3" } }