{ "name": "docs", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "@astrojs/starlight": "^0.35.3", "@astrojs/tailwind": "^6.0.2", "alpinejs": "^3.15.0", "astro": "^5.13.8" } }