astro/examples/framework-multiple/package.json
github-actions[bot] 57b736211a
Version Packages (#999)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-03 15:17:37 -04:00

15 lines
259 B
JSON

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