UNPKG

@clerc/plugin-help

Version:
64 lines 1.3 kB
{ "name": "@clerc/plugin-help", "version": "0.44.0", "author": "Ray <i@mk1.io> (https://github.com/so1ve)", "type": "module", "description": "Clerc plugin help", "keywords": [ "args", "arguments", "argv", "clerc", "clerc-plugin", "cli", "terminal" ], "homepage": "https://github.com/clercjs/clerc/tree/main/packages/plugin-help#readme", "repository": { "type": "git", "url": "git+https://github.com/clercjs/clerc.git", "directory": "/" }, "bugs": { "url": "https://github.com/clercjs/clerc/issues" }, "license": "MIT", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@types/text-table": "^0.2.3", "string-width": "^6.1.0", "text-table": "^0.2.0", "yoctocolors": "^1.0.0", "@clerc/utils": "0.44.0" }, "peerDependencies": { "@clerc/core": "*" }, "scripts": { "build": "pkgroll", "watch": "pkgroll --watch" } }