9 lines
153 B
JSON
9 lines
153 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"start": "hugo server -s exampleSite -d ../public --themesDir '../' --theme '.'"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"npm": "^6.0.0"
|
||
|
}
|
||
|
}
|