astro/examples/blog-multiple-authors/package.json

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

15 lines
276 B
JSON
Raw Normal View History

2021-06-28 22:29:16 +00:00
{
"name": "@example/blog-multiple-authors",
"version": "0.0.1",
2021-06-28 22:29:16 +00:00
"private": true,
"scripts": {
"dev": "astro dev",
2021-06-28 22:29:16 +00:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
2021-06-28 22:29:16 +00:00
},
"devDependencies": {
"astro": "^0.23.0-next.10"
2021-06-28 22:29:16 +00:00
}
}