forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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"
}
}