astro/www/package.json

13 lines
185 B
JSON
Raw Normal View History

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