{ "name": "@pnpm/parse-cli-args", "version": "1.0.0", "description": "Parses the CLI args passed to pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=10.13" }, "scripts": { "lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", "_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/parse-cli-args/coverage ts-node packages/parse-cli-args/test --type-check", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" }, "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": { "@pnpm/parse-cli-args": "link:", "@types/nopt": "3.0.29" }, "dependencies": { "@pnpm/find-workspace-dir": "workspace:1.0.0", "nopt": "4.0.3" } }