{ "name": "termscp-site", "type": "module", "version": "0.0.0", "private": true, "scripts": { "dev": "astro dev", "prebuild": "node scripts/fetch-man.mjs", "build": "astro build", "preview": "astro preview", "check": "astro check", "test": "vitest run" }, "dependencies": { "astro": "^5.0.0", "@astrojs/sitemap": "^3.2.0" }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", "tailwindcss": "^4.0.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }