ellie-patchnotes/package.json
2025-03-21 20:39:03 +13:00

18 lines
368 B
JSON

{
"name": "ellie-patchnotes",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "5.5.3",
"sass": "^1.80.6",
"sharp": "^0.33.3"
},
"packageManager": "yarn@4.7.0"
}