minus-h
Version:
Add help generation to APIs created with Node's util.parseArgs function
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "minus-h",
"version": "3.0.1",
"description": "Add help generation to APIs created with Node's util.parseArgs function",
"main": "lib/index.js",
"type": "module",
"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": "3.2.0"
},
"devDependencies": {
"@cto.af/eslint-config": "6.0.5",
"@types/node": "22.15.30",
"c8": "10.1.3",
"eslint": "9.28.0",
"typedoc": "0.28.5",
"typescript": "5.8.3",
"typescript-eslint": "8.33.1"
},
"packageManager": "pnpm@10.12.1",
"engines": {
"node": ">=20"
}
}