{ "name": "@pnpm/plugin-commands-listing", "version": "0.1.9", "description": "The list and why commands of pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=10" }, "scripts": { "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "tsc": "rimraf lib && tsc", "registry-mock": "registry-mock", "test:tap": "ts-node test --type-check", "pretest:e2e": "registry-mock prepare", "test:e2e": "cross-env PNPM_REGISTRY_MOCK_PORT=7775 run-p -r registry-mock test:tap", "test": "pnpm run tsc && pnpm run lint && pnpm run test:e2e", "prepublishOnly": "pnpm run tsc" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-listing", "keywords": [ "pnpm", "pack", "publish" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://pnpm.js.org", "devDependencies": { "@pnpm/constants": "workspace:3.0.0", "@pnpm/plugin-commands-listing": "link:", "@pnpm/prepare": "workspace:0.0.0", "@types/common-tags": "1.8.0", "@types/mz": "^2.7.0", "@types/ramda": "^0.26.38", "execa": "4.0.0", "mz": "2.7.0", "rimraf": "3.0.0", "strip-ansi": "6.0.0", "write-yaml-file": "3.0.1" }, "dependencies": { "@pnpm/cli-utils": "workspace:0.2.5", "@pnpm/common-cli-options-help": "workspace:0.1.2", "@pnpm/config": "workspace:6.0.0", "@pnpm/error": "workspace:1.0.0", "@pnpm/list": "workspace:4.0.12", "common-tags": "1.8.0", "ramda": "0.26.1", "render-help": "0.0.0" } }