geisha/package.json
2026-07-18 21:44:11 +02:00

21 lines
No EOL
371 B
JSON

{
"name": "geisha",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.7"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^8.2.0",
"terser": "^5.49.0"
}
}