website/penfield/package.json

13 lines
238 B
JSON

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