astro-testing/package.json
2024-07-29 07:49:17 -04:00

15 lines
281 B
JSON

{
"name": "pnpm-create-astro-latest",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.12.2"
}
}