astro/www/package.json

12 lines
170 B
JSON
Raw Normal View History

{
"name": "www",
"version": "1.1.0",
"scripts": {
"start": "astro dev .",
"build": "astro build ."
},
"devDependencies": {
2021-05-24 20:32:10 +00:00
"astro": "^0.11.0"
}
}