astro/examples/framework-multiple/package.json
github-actions[bot] 8e87d5da4c
Version Packages (next) (#678)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-13 11:21:58 -04:00

15 lines
266 B
JSON

{
"name": "@example/framework-multiple",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.0-next.1"
},
"snowpack": {
"workspaceRoot": "../.."
}
}