UNPKG

1.91 kBJSONView Raw
1{
2 "name": "@microsoft/rush-lib",
3 "version": "5.7.1",
4 "description": "A library for writing scripts that interact with the Rush tool",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/Microsoft/web-build-tools/tree/master/apps/rush-lib"
8 },
9 "engines": {
10 "node": ">=5.6.0"
11 },
12 "engineStrict": true,
13 "homepage": "https://rushjs.io",
14 "main": "lib/index.js",
15 "typings": "dist/rush-lib.d.ts",
16 "tsdoc": {
17 "tsdocFlavor": "AEDoc"
18 },
19 "scripts": {
20 "build": "gulp test --clean"
21 },
22 "license": "MIT",
23 "dependencies": {
24 "@microsoft/node-core-library": "3.13.0",
25 "@microsoft/package-deps-hash": "2.2.147",
26 "@microsoft/stream-collator": "3.0.62",
27 "@microsoft/ts-command-line": "4.2.3",
28 "@pnpm/link-bins": "~1.0.1",
29 "@pnpm/logger": "~1.0.1",
30 "@yarnpkg/lockfile": "~1.0.2",
31 "builtins": "~1.0.3",
32 "colors": "~1.2.1",
33 "git-repo-info": "~2.1.0",
34 "glob": "~7.0.5",
35 "glob-escape": "~0.0.1",
36 "https-proxy-agent": "~2.2.1",
37 "@types/inquirer": "0.0.43",
38 "inquirer": "~6.2.0",
39 "js-yaml": "~3.9.1",
40 "lodash": "~4.17.5",
41 "minimatch": "~3.0.2",
42 "node-fetch": "~2.1.2",
43 "npm-package-arg": "~5.1.2",
44 "read-package-tree": "~5.1.5",
45 "semver": "~5.3.0",
46 "strict-uri-encode": "~2.0.0",
47 "tar": "~4.4.1",
48 "wordwrap": "~1.0.0",
49 "z-schema": "~3.18.3"
50 },
51 "devDependencies": {
52 "@microsoft/rush-stack-compiler-3.2": "0.3.8",
53 "@microsoft/node-library-build": "6.0.56",
54 "@types/node": "8.5.8",
55 "@types/node-fetch": "1.6.9",
56 "@types/tar": "4.0.0",
57 "@types/z-schema": "3.16.31",
58 "gulp": "~3.9.1",
59 "@types/glob": "5.0.30",
60 "@types/jest": "23.3.11",
61 "@types/js-yaml": "3.9.1",
62 "@types/lodash": "4.14.116",
63 "@types/minimatch": "2.0.29",
64 "@types/semver": "5.3.33"
65 }
66}