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": {
"astro": "^0.12.6"
}
}