astro/www/package.json
2021-05-17 10:20:15 -05:00

11 lines
170 B
JSON

{
"name": "www",
"version": "1.1.0",
"scripts": {
"start": "astro dev .",
"build": "astro build ."
},
"devDependencies": {
"astro": "^0.10.0"
}
}