astro/examples/framework-preact/package.json
github-actions[bot] 9cf7ca1029
Version Packages (#951)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-03 10:49:20 -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.6"
},
"snowpack": {
"workspaceRoot": "../.."
}
}