mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
3a7f2385ea
This reverts commit d4ad409875
.
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"name": "@example/component",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro --root demo dev",
|
|
"build": "astro --root demo build",
|
|
"serve": "astro --root demo preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^1.0.0"
|
|
}
|
|
}
|