{ "name": "ttglanding", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/tailwind": "^6.0.2", "astro": "^5.17.1", "js-yaml": "^4.1.1" }, "devDependencies": { "@types/js-yaml": "^4.0.9" } }