18 lines
369 B
JSON
18 lines
369 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.0.5",
|
|
"sass": "^1.80.6",
|
|
"sharp": "^0.33.3"
|
|
},
|
|
"packageManager": "yarn@4.5.3"
|
|
}
|