astro/examples/starter/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
254 B
JSON
Raw Normal View History

2021-04-27 19:21:33 +00:00
{
"name": "@example/starter",
2021-04-27 19:21:33 +00:00
"version": "0.0.1",
"private": true,
2021-04-27 19:21:33 +00:00
"scripts": {
"dev": "astro dev",
2021-04-27 19:21:33 +00:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
2021-04-27 19:21:33 +00:00
},
"devDependencies": {
"astro": "^0.24.0"
2021-04-27 19:21:33 +00:00
}
}