0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/www/package.json

13 lines
192 B
JSON
Raw Normal View History

{
"name": "www",
"version": "1.1.0",
"private": true,
"scripts": {
2021-06-08 16:28:29 -05:00
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.7"
}
}