1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "name": "rws-docs", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview" }, "dependencies": { "@astrojs/starlight": "^0.32.0", "astro": "^5.0.0" } }