managarten/games/mana-games/apps/web/package.json
Till JS a4184f1bab restore(mana-games): bring back AI browser games platform
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 09:16:58 +02: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"
}
}