UNPKG

@clerc/plugin-help

Version:
55 lines 1.21 kB
{ "name": "@clerc/plugin-help", "version": "1.1.1", "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": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@uttr/tint": "^0.1.3", "string-width": "^8.1.0", "text-table": "^0.2.0", "@clerc/utils": "1.1.1" }, "devDependencies": { "@types/text-table": "^0.2.5", "kons": "^0.7.1", "@clerc/core": "1.1.1", "@clerc/parser": "1.1.1" }, "peerDependencies": { "@clerc/core": "*" } }