File size: 305 Bytes
85e5ca8 400357a 85e5ca8 400357a 85e5ca8 400357a 85e5ca8 400357a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"name": "astro-site",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview --port 8080 --host"
},
"devDependencies": {
"astro": "^4.10.0"
},
"engines": {
"node": ">=20.0.0"
}
}
|