UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

24 lines (23 loc) 514 B
{ "name": "synopkg-docs", "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.34.4", "astro": "^5.11.0", "sharp": "^0.34.2", "typescript": "^5.8.3" }, "devDependencies": { "unist-util-visit": "^5.0.0" }, "private": true, "scripts": { "astro": "astro", "build": "astro check && astro build && scripts/patch-sitemap.sh", "dev": "astro dev", "preview": "astro preview", "start": "astro dev" }, "type": "module" }