astro-edit/min/package.json
2025-01-10 19:41:44 +01:00

17 lines
320 B
JSON

{
"name": "min",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.30.5",
"astro": "^5.0.2",
"sharp": "^0.32.5"
}
}