astro/examples/starter/package.json

13 lines
185 B
JSON
Raw Normal View History

2021-04-27 19:21:33 +00:00
{
"name": "TODO",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "shhhhh"
}
}