mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
14 lines
251 B
JSON
14 lines
251 B
JSON
|
{
|
||
|
"name": "kitchen-sink",
|
||
|
"private": true,
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"start": "nodemon -w ../../lib -x 'astro dev .'",
|
||
|
"build": "astro build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"astro": "file:../../",
|
||
|
"nodemon": "^2.0.7"
|
||
|
}
|
||
|
}
|