{ "name": "bincio-auth-site", "type": "module", "version": "0.1.0", "private": true, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/tailwind": "^5.1.0", "astro": "^5.0.0", "tailwindcss": "^3.4.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" } }