Files
noelleparisdesign/package.json
2026-07-27 18:17:22 -07:00

17 lines
291 B
JSON

{
"name": "noelleparisdesign",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^7.1.4"
}
}