astro/examples/component/package.json
github-actions[bot] a39fca5cfa
[ci] release (next) (#2721)
* [ci] release (next)

* chore: update changeset

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
2022-03-04 17:05:02 -06:00

17 lines
349 B
JSON

{
"name": "@example/component",
"version": "0.0.1",
"private": true,
"workspaces": [
"demo",
"packages/*"
],
"scripts": {
"start": "astro --project-root demo dev",
"build": "astro --project-root demo build",
"serve": "astro --project-root demo preview"
},
"devDependencies": {
"astro": "^0.24.0-next.0"
}
}