{ "name": "comfycamp", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "check": "astro check && tsc --noEmit", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.5.6", "@astrojs/rss": "^4.0.5", "astro": "^4.4.9", "typescript": "^5.3.3" } }