astro/www/package.json
2021-06-08 14:28:29 -07:00

11 lines
167 B
JSON

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