astro/www/package.json
2021-05-04 12:20:50 -05:00

11 lines
169 B
JSON

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