{ "name": "@pnpm/parse-cli-args", "version": "3.2.2", "description": "Parses the CLI args passed to pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=12.17" }, "scripts": { "lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/parse-cli-args", "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/parse-cli-args#readme", "devDependencies": { "@types/nopt": "^3.0.29", "tempy": "^1.0.0" }, "dependencies": { "@pnpm/error": "workspace:1.4.0", "@pnpm/find-workspace-dir": "workspace:2.0.0", "didyoumean2": "^4.1.0", "nopt": "^5.0.0" }, "funding": "https://opencollective.com/pnpm" }