astro/examples/minimal/package.json

13 lines
205 B
JSON
Raw Normal View History

2021-08-15 19:13:58 +00:00
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
2021-08-18 16:09:27 +00:00
"astro": "^0.19.0-next.3"
2021-08-15 19:13:58 +00:00
}
}