astro-testing/package.json

15 lines
281 B
JSON
Raw Permalink Normal View History

2024-07-29 07:49:17 -04:00
{
"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"
}
}