{ "name": "incognito-wiki", "version": "0.1.0", "private": true, "type": "module", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "check": "astro check && node --test", "test": "node --test" }, "dependencies": { "@astrojs/starlight": "0.41.6", "astro": "7.1.6", "sharp": "0.35.3" }, "devDependencies": { "@astrojs/check": "0.9.10", "typescript": "6.0.2" } }