{ "name": "mcptesta-docs", "type": "module", "version": "0.1.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "dev:host": "astro dev --host 0.0.0.0", "dev:verbose": "astro dev --host 0.0.0.0 --verbose", "build:prod": "NODE_ENV=production astro build", "clean": "rm -rf dist .astro", "type-check": "astro check", "health": "curl -f http://localhost:4321/ || exit 1" }, "dependencies": { "@astrojs/starlight": "^0.15.2", "astro": "^4.0.0" }, "devDependencies": { "@types/node": "^20.0.0" } }