{ "name": "irpf", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "fetch-data": "tsx src/scripts/fetch-indicators.ts", "fetch-and-build": "npm run fetch-data && npm run build" }, "dependencies": { "@astrojs/check": "^0.9.9", "@astrojs/mdx": "^6.0.2", "@astrojs/sitemap": "^3.7.3", "@tailwindcss/vite": "^4.3.0", "astro": "^6.4.4", "pagefind": "^1.5.2", "tailwindcss": "^4.3.0", "tsx": "^4.19.4", "typescript": "^6.0.3" } }