astro/packages/create-astro/src/templates/blank/package.json

12 lines
166 B
JSON
Raw Normal View History

2021-04-27 19:21:33 +00:00
{
"name": "TODO",
2021-04-27 19:21:33 +00:00
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
2021-05-17 14:34:32 +00:00
"astro": "^0.1.0"
2021-04-27 19:21:33 +00:00
}
}