UNPKG

minus-h

Version:

Add help generation to APIs created with Node's util.parseArgs function

50 lines (49 loc) 1.12 kB
{ "name": "minus-h", "version": "4.0.1", "description": "Add help generation to APIs created with Node's util.parseArgs function", "main": "lib/index.js", "type": "module", "files": [ "lib/" ], "scripts": { "docs": "typedoc", "pretest": "tsc --inlineSourceMap", "test": "c8 node --test test/*.test.js", "posttest": "tsc", "lint": "eslint .", "build": "npm test && npm run lint && npm run docs && npm pack --dry-run" }, "keywords": [ "parseArgs", "node", "util", "help", "-h", "format", "word-wrap" ], "author": "Joe Hildebrand <joe-github@cursive.net>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hildjj/minus-h.git" }, "dependencies": { "@cto.af/linewrap": "4.0.1" }, "devDependencies": { "@cto.af/eslint-config": "6.2.5", "@types/node": "25.3.3", "eslint": "10.0.2", "superc8": "^12.2.4", "typedoc": "0.28.17", "typescript": "5.9.3", "typescript-eslint": "8.56.1" }, "packageManager": "pnpm@10.30.3", "engines": { "node": ">=20" } }