{ "name": "@microsoft/rush-lib", "version": "5.22.0", "description": "A library for writing scripts that interact with the Rush tool", "repository": { "type": "git", "url": "https://github.com/microsoft/rushstack/tree/master/apps/rush-lib" }, "engines": { "node": ">=5.6.0" }, "engineStrict": true, "homepage": "https://rushjs.io", "main": "lib/index.js", "typings": "dist/rush-lib.d.ts", "scripts": { "build": "gulp test --clean" }, "license": "MIT", "dependencies": { "@rushstack/node-core-library": "3.19.5", "@rushstack/package-deps-hash": "2.4.6", "@rushstack/stream-collator": "3.2.6", "@rushstack/ts-command-line": "4.3.12", "@pnpm/link-bins": "~5.1.0", "@yarnpkg/lockfile": "~1.0.2", "builtin-modules": "~3.1.0", "cli-table": "~0.3.1", "colors": "~1.2.1", "git-repo-info": "~2.1.0", "glob": "~7.0.5", "glob-escape": "~0.0.1", "https-proxy-agent": "~2.2.1", "inquirer": "~6.2.0", "js-yaml": "~3.13.1", "lodash": "~4.17.15", "minimatch": "~3.0.2", "node-fetch": "~2.1.2", "npm-package-arg": "~6.1.0", "read-package-tree": "~5.1.5", "semver": "~5.3.0", "strict-uri-encode": "~2.0.0", "tar": "~4.4.1", "true-case-path": "~2.2.1", "wordwrap": "~1.0.0", "z-schema": "~3.18.3" }, "devDependencies": { "@microsoft/node-library-build": "6.4.6", "@microsoft/rush-stack-compiler-3.5": "0.4.5", "@rushstack/eslint-config": "0.5.5", "@types/glob": "7.1.1", "@types/inquirer": "0.0.43", "@types/jest": "23.3.11", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.116", "@types/minimatch": "2.0.29", "@types/node": "10.17.13", "@types/node-fetch": "1.6.9", "@types/semver": "5.3.33", "@types/tar": "4.0.0", "@types/npm-package-arg": "6.1.0", "@types/strict-uri-encode": "2.0.0", "@types/read-package-tree": "5.1.0", "@types/wordwrap": "1.0.0", "@types/z-schema": "3.16.31", "gulp": "~4.0.2", "jest": "~23.6.0" } }