astro/examples/blog-multiple-authors/package.json
github-actions[bot] 3bb97ea328
Version Packages (#1246)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-27 10:46:14 -04:00

17 lines
318 B
JSON

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