mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 16:59:40 +02:00
19 lines
332 B
JSON
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"
|
|
}
|
|
}
|