UNPKG

@clerc/plugin-completions

Version:
45 lines 970 B
{ "name": "@clerc/plugin-completions", "version": "1.3.1", "author": "Ray <i@mk1.io> (https://github.com/so1ve)", "type": "module", "description": "Clerc plugin completions", "keywords": [ "args", "arguments", "argv", "clerc", "clerc-plugin", "cli", "terminal" ], "homepage": "https://github.com/clercjs/clerc/tree/main/packages/plugin-completions#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" }, "types": "./dist/index.d.mts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "devDependencies": { "@bomb.sh/tab": "^0.0.11", "@clerc/core": "1.3.1" }, "peerDependencies": { "@clerc/core": "*" } }