UNPKG

hugo-bin-extended

Version:
76 lines (75 loc) 1.65 kB
{ "name": "hugo-bin-extended", "version": "0.164.0", "hugoVersion": "0.164.0", "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": ">=22.12.0" }, "dependencies": { "@xhmikosr/bin-wrapper": "^14.5.0", "@xhmikosr/decompress-pkg": "^0.1.0", "@xhmikosr/decompress-targz": "^9.0.1", "@xhmikosr/decompress-unzip": "^8.2.1", "package-config": "^5.0.0" }, "devDependencies": { "@vitest/coverage-v8": "^4.1.10", "@xhmikosr/bin-check": "^8.2.2", "semver": "^7.8.5", "vitest": "^4.1.10", "xo": "^4.0.0" }, "scripts": { "lint": "xo", "fix": "xo --fix", "vitest": "vitest", "test": "npm run lint && vitest run", "test:ci": "vitest run --coverage", "npm-tag": "node scripts/npm-tag.js", "postinstall": "node lib/install.js" }, "allowScripts": { "fsevents@2.3.3": true, "unrs-resolver@1.12.2": true } }