astro/www/package.json
github-actions[bot] 971c58da4d
Version Packages (#213)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-17 09:31:37 -05:00

11 lines
169 B
JSON

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