managarten/games/mana-games/apps/web/package.json
2025-12-03 23:42:37 +01:00

19 lines
332 B
JSON

{
"name": "@mana-games/web",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "rm -rf dist && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint ."
},
"dependencies": {
"astro": "^5.10.1"
},
"devDependencies": {
"sharp": "^0.34.2"
}
}