hugo-page/package.json

20 lines
427 B
JSON
Raw Normal View History

2024-01-09 20:32:03 +00:00
{
"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"
}
}