astro/examples/starter/package.json
2021-04-27 14:21:33 -05:00

12 lines
185 B
JSON

{
"name": "TODO",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "shhhhh"
}
}