astro/examples/framework-preact/package.json
github-actions[bot] 3f167c13cc
Version Packages (#923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-28 16:03:39 -04:00

15 lines
257 B
JSON

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