{ "name": "nh-docs", "private": true, "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "format": "prettier --write ." }, "dependencies": { "@astrojs/starlight": "^0.30.3", "astro": "5.1.3", "rehype-external-links": "^3.0.0", "sharp": "^0.33.5" }, "devDependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.3", "eslint": "^9.17.0", "eslint-plugin-prettier": "^5.2.1", "fast-xml-parser": "^4.5.1", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "xml-js": "^1.6.11" } }