ispmail-workaround-org/package.json
2024-10-21 00:51:17 +02:00

20 lines
438 B
JSON

{
"name": "workaround",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.28.3",
"astro": "^4.15.3",
"sharp": "^0.32.5",
"typescript": "^5.6.3"
}
}