astro/www/package.json

15 lines
248 B
JSON
Raw Normal View History

{
"name": "www",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
2021-06-08 21:28:29 +00:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.0-next.0"
}
}