0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/component/package.json
Fred K. Schott 935e6fa0c8 Revert "[ci] release (next) (#2838)"
This reverts commit 5df8d68094.
2022-03-20 21:01:42 -07:00

13 lines
297 B
JSON

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