0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/www/package.json
github-actions[bot] 68f6e2c5a3
Version Packages (#328)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08 09:19:24 -04:00

11 lines
170 B
JSON

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