{ "name": "@pnpm/common-cli-options-help", "version": "0.3.1", "description": "Help for some common CLI options", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=10.16" }, "scripts": { "lint": "eslint -c ../../eslint.json src/**/*.ts", "test": "pnpm run compile", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/common-cli-options-help", "keywords": [ "pnpm" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/common-cli-options-help#readme", "funding": "https://opencollective.com/pnpm" }