astro/www/package.json

12 lines
167 B
JSON
Raw Normal View History

{
"name": "www",
"version": "1.1.0",
"scripts": {
2021-06-08 21:28:29 +00:00
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.12.10"
}
}