{ "name": "@pnpm/parse-cli-args", "version": "1000.0.4", "description": "Parses the CLI args passed to pnpm", "keywords": [ "pnpm", "pnpm10" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/cli/parse-cli-args", "homepage": "https://github.com/pnpm/pnpm/blob/main/cli/parse-cli-args#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": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "start": "tsc --watch", "compile": "tsc --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/error": "workspace:*", "@pnpm/find-workspace-dir": "workspace:*", "@pnpm/nopt": "catalog:", "didyoumean2": "catalog:" }, "devDependencies": { "@pnpm/parse-cli-args": "workspace:*", "tempy": "catalog:" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" } }