astro/examples/blog/package.json
github-actions[bot] 986bed8ca4
Version Packages (#1150)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-18 09:24:09 -07:00

15 lines
245 B
JSON

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