{ "name": "hugo-extended", "version": "0.87.0", "description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.", "license": "MIT", "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" }, "files": [ "index.js", "cli.js", "install.js" ], "bin": { "hugo": "cli.js", "hugo-extended": "cli.js" }, "type": "module", "exports": "./index.js", "dependencies": { "chalk": "^4.1.2", "decompress": "^4.2.1", "execa": "^5.1.1", "fs-extra": "^10.0.0", "got": "^11.8.2", "sumchecker": "^3.0.1", "tempy": "^2.0.0" }, "devDependencies": { "@jakejarvis/eslint-config": "*", "eslint": "^7.32.0", "mocha": "^9.1.1" }, "scripts": { "postinstall": "node install.js", "test": "eslint . && mocha" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "keywords": [ "hugo", "hugo extended", "gohugoio", "cli", "front-end", "bin", "binary", "wrapper", "static site generator", "static-site", "ssg", "static", "markdown", "blog", "frontmatter", "go", "golang" ], "eslintConfig": { "extends": [ "@jakejarvis/eslint-config" ], "parserOptions": { "ecmaVersion": 2020, "sourceType": "module" }, "env": { "node": true }, "rules": { "compat/compat": "off" }, "ignorePatterns": [ "vendor/**" ] } }