website/apps/penfield/package.json

12 lines
202 B
JSON

{
"name": "@ily/penfield",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.16.13"
}
}