astro/www/package.json
github-actions[bot] 3c71fad17d
Version Packages (#337)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08 13:56:29 -04:00

11 lines
171 B
JSON

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