{
  "name": "@pnpm/common-cli-options-help",
  "version": "1000.0.2",
  "description": "Help for some common CLI options",
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/cli/common-cli-options-help",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/cli/common-cli-options-help#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "devDependencies": {
    "@pnpm/common-cli-options-help": "1000.0.2"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\"",
    "test": "pnpm run compile",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}