{ "name": "@pnpm/plugin-commands-completion", "version": "1000.0.29", "description": "Commands for shell completions", "keywords": [ "pnpm", "pnpm10" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/completion/plugin-commands-completion", "homepage": "https://github.com/pnpm/pnpm/blob/main/completion/plugin-commands-completion#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "start": "tsc --watch", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/cli-utils": "workspace:^", "@pnpm/command": "workspace:^", "@pnpm/error": "workspace:^", "@pnpm/find-workspace-dir": "workspace:^", "@pnpm/nopt": "catalog:", "@pnpm/parse-cli-args": "workspace:^", "@pnpm/tabtab": "catalog:", "@pnpm/workspace.find-packages": "workspace:^", "@pnpm/workspace.read-manifest": "workspace:^", "ramda": "catalog:", "render-help": "catalog:", "split-cmd": "catalog:" }, "devDependencies": { "@pnpm/plugin-commands-completion": "workspace:*", "@types/ramda": "catalog:" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" } }