{ "name": "unique", "type": "module", "version": "0.1.0", "private": true, "scripts": { "build:mosaics": "node scripts/build-bundle-mosaics.mjs", "predev": "npm run build:mosaics", "prestart": "npm run build:mosaics", "prebuild": "npm run build:mosaics", "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^4.3.14", "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "^3.6.0", "astro": "^5.1.1", "sharp": "^0.34.0", "typescript": "^5.7.2" } }