mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
10 lines
128 B
JSON
10 lines
128 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"build": "astro build",
|
||
|
"start": "astro dev"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"astro": "file:../../"
|
||
|
}
|
||
|
}
|