0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/create-astro/src/templates/blank/package.json

12 lines
167 B
JSON
Raw Normal View History

2021-04-27 14:21:33 -05:00
{
"name": "TODO",
2021-04-27 14:21:33 -05:00
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
2021-05-17 10:20:15 -05:00
"astro": "^0.10.0"
2021-04-27 14:21:33 -05:00
}
}