forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.81 KB
/
package.json
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
{
"name": "@microsoft/rush-lib",
"version": "5.16.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": {
"@microsoft/node-core-library": "3.15.1",
"@microsoft/package-deps-hash": "2.3.3",
"@microsoft/stream-collator": "3.1.7",
"@microsoft/ts-command-line": "4.3.3",
"@pnpm/link-bins": "~1.0.1",
"@pnpm/logger": "~1.0.1",
"@yarnpkg/lockfile": "~1.0.2",
"builtins": "~1.0.3",
"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.3.0",
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
"@types/glob": "5.0.30",
"@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": "8.10.54",
"@types/node-fetch": "1.6.9",
"@types/semver": "5.3.33",
"@types/tar": "4.0.0",
"@types/z-schema": "3.16.31",
"gulp": "~4.0.2"
}
}