{ "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" } }