{ "name": "hugo-bin", "version": "0.116.2", "hugoVersion": "0.120.2", "description": "Binary wrapper for Hugo", "repository": { "type": "git", "url": "git+https://github.com/fenneclab/hugo-bin.git" }, "bugs": { "url": "https://github.com/fenneclab/hugo-bin/issues" }, "homepage": "https://github.com/fenneclab/hugo-bin#readme", "author": "satoshun00 ", "contributors": [ "XhmikosR " ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/XhmikosR" } ], "license": "MIT", "type": "module", "exports": { ".": "./index.js" }, "bin": { "hugo": "bin/cli.js" }, "dependencies": { "@xhmikosr/bin-wrapper": "^11.0.2", "pkg-conf": "^4.0.0" }, "devDependencies": { "@xhmikosr/bin-check": "^6.0.0", "c8": "^8.0.1", "uvu": "^0.5.6", "xo": "^0.54.2" }, "scripts": { "lint": "xo", "fix": "xo --fix", "uvu": "uvu test", "test": "npm run lint && npm run uvu", "test:ci": "c8 npm run uvu", "postinstall": "node lib/install.js" }, "files": [ "bin/cli.js", "lib/*.js", "index.js" ], "engines": { "node": "^14.14.0 || >=16.0.0" }, "xo": { "space": true, "rules": { "arrow-body-style": "off", "camelcase": [ "error", { "properties": "never" } ], "capitalized-comments": "off", "comma-dangle": [ "error", "never" ], "operator-linebreak": [ "error", "after" ], "object-curly-spacing": [ "error", "always" ], "space-before-function-paren": [ "error", "never" ], "unicorn/prefer-top-level-await": "off", "unicorn/prevent-abbreviations": "off" } } }