UNPKG

hugo-bin-extended

Version:
98 lines (97 loc) 1.97 kB
{ "name": "hugo-bin-extended", "version": "0.148.2", "hugoVersion": "0.148.2", "description": "Binary wrapper for Hugo", "repository": { "type": "git", "url": "git+https://github.com/MarlonLuan/hugo-bin-extended.git" }, "bugs": { "url": "https://github.com/MarlonLuan/hugo-bin-extended/issues" }, "homepage": "https://github.com/MarlonLuan/hugo-bin-extended#readme", "author": "MarlonLuan", "contributors": [ "MarlonLuan" ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/MarlonLuan" } ], "keywords": [ "binary", "executable", "hugo", "sass", "scss", "wrapper" ], "license": "MIT", "type": "module", "exports": { ".": "./index.js" }, "bin": { "hugo": "bin/cli.js" }, "files": [ "bin/cli.js", "lib/*.js", "index.js" ], "engines": { "node": ">=18" }, "dependencies": { "@xhmikosr/bin-wrapper": "^13.2.0", "package-config": "^5.0.0" }, "devDependencies": { "@xhmikosr/bin-check": "^7.1.0", "c8": "^10.1.3", "uvu": "^0.5.6", "xo": "^1.2.1" }, "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" }, "xo": { "space": true, "rules": { "@stylistic/comma-dangle": [ "error", "never" ], "@stylistic/object-curly-spacing": [ "error", "always" ], "@stylistic/space-before-function-paren": [ "error", "never" ], "arrow-body-style": "off", "camelcase": [ "error", { "properties": "never" } ], "capitalized-comments": "off", "operator-linebreak": [ "error", "after" ], "unicorn/prefer-top-level-await": "off", "unicorn/prevent-abbreviations": "off" } } }