{ "name": "k1412-research-blog", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "astro dev --host 127.0.0.1 --port 4321", "preview": "astro preview --host 127.0.0.1 --port 4321", "validate": "node scripts/validate-content.mjs", "check": "npm run validate && astro check", "build": "npm run check && astro build && node scripts/verify-dist.mjs" }, "dependencies": { "astro": "7.2.0" }, "devDependencies": { "@astrojs/check": "0.9.10", "typescript": "6.0.3" } }