hugo-extended
Version:
✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.
72 lines (71 loc) • 1.46 kB
JSON
{
"name": "hugo-extended",
"version": "0.154.2",
"description": "✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
"license": "MIT",
"homepage": "https://github.com/jakejarvis/hugo-extended",
"author": {
"name": "Jake Jarvis",
"email": "jake@jarv.is",
"url": "https://github.com/jakejarvis"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakejarvis/hugo-extended.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"index.js",
"index.d.ts",
"postinstall.js",
"lib"
],
"bin": {
"hugo": "lib/cli.js",
"hugo-extended": "lib/cli.js"
},
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"adm-zip": "^0.5.16",
"log-symbols": "^7.0.1",
"read-package-up": "^12.0.0",
"tar": "^7.5.2"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"del": "^8.0.1",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"mocha": "^11.7.5"
},
"scripts": {
"postinstall": "node postinstall.js",
"test": "eslint . && mocha"
},
"engines": {
"node": ">=18.17"
},
"keywords": [
"hugo",
"hugo extended",
"gohugoio",
"cli",
"front-end",
"bin",
"binary",
"wrapper",
"static site generator",
"static-site",
"ssg",
"static",
"markdown",
"blog",
"frontmatter",
"go",
"golang"
]
}