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/blog/package.json

12 lines
166 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": {
"astro": "latest"
2021-04-27 14:21:33 -05:00
}
}