forked from tsc-vfl/hugo-page
20 lines
427 B
JSON
20 lines
427 B
JSON
|
{
|
||
|
"name": "hugo-page",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"server": "hugo-extended server --bind 0.0.0.0",
|
||
|
"build": "hugo-extended --minify"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "ssh://git@git.christian-wolf.click:26/tsc-vfl/hugo-page.git"
|
||
|
},
|
||
|
"author": "Christian Wolf",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"hugo-extended": "^0.121.2"
|
||
|
}
|
||
|
}
|