{ "name": "hugo-node", "version": "0.63.2", "hugoVersion": "0.63.2", "description": "Binary wrapper for Hugo", "repository": "jakejarvis/hugo-node", "license": "MIT", "keywords": [ "hugo", "gohugoio", "cli", "bin", "binary", "wrapper", "static site generator" ], "main": "index.js", "bin": { "hugo": "cli.js" }, "dependencies": { "bin-wrapper": "^4.1.0", "rimraf": "^3.0.1", "signale": "^1.4.0" }, "devDependencies": { "bin-check": "^4.1.0", "eslint": "^6.8.0", "mocha": "^7.0.1" }, "scripts": { "eslint": "eslint .", "mocha": "mocha", "test": "npm run eslint && npm run mocha", "postinstall": "rimraf vendor && node lib/install" }, "files": [ "lib/*.js", "cli.js", "index.js" ], "engines": { "node": ">=10" }, "eslintConfig": { "extends": "eslint:recommended", "env": { "es6": true, "node": true }, "rules": { "prefer-destructuring": [ "error", { "object": true, "array": false } ], "strict": "error" } } }