astro/examples/blog-multiple-authors/package.json
github-actions[bot] 3eb5a0f61f
Version Packages (#1036)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-05 13:57:21 -07:00

15 lines
262 B
JSON

{
"name": "@example/blog-multiple-authors",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.9"
},
"snowpack": {
"workspaceRoot": "../.."
}
}