23 lines
No EOL
452 B
JSON
23 lines
No EOL
452 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": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"astro": "^7.0.7",
|
|
"typescript": "npm:@typescript/typescript6"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-legacy": "^8.2.0",
|
|
"terser": "^5.49.0"
|
|
}
|
|
} |