Incognito-Wiki/package.json

27 lines
668 B
JSON

{
"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",
"check:migration": "node scripts/check-migration.mjs",
"capture:live-wiki": "node scripts/capture-live-wiki.mjs",
"test": "node --test"
},
"dependencies": {
"@astrojs/starlight": "0.41.6",
"astro": "7.1.6",
"sharp": "0.35.3"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"linkedom": "0.18.13",
"turndown": "7.2.4",
"typescript": "6.0.2"
}
}