forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.1 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@microsoft/rush-lib",
"version": "5.133.4",
"description": "A library for writing scripts that interact with the Rush tool",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "libraries/rush-lib"
},
"engines": {
"node": ">=5.6.0"
},
"engineStrict": true,
"homepage": "https://rushjs.io",
"main": "lib/index.js",
"typings": "dist/rush-lib.d.ts",
"typesVersions": {
"*": {
"lib-esnext/*": [
"lib/*"
]
}
},
"scripts": {
"build": "heft build --clean",
"test": "heft test --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"license": "MIT",
"dependencies": {
"@pnpm/dependency-path": "~2.1.2",
"@pnpm/link-bins": "~5.3.7",
"@rushstack/heft-config-file": "workspace:*",
"@rushstack/lookup-by-path": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/package-deps-hash": "workspace:*",
"@rushstack/package-extractor": "workspace:*",
"@rushstack/rig-package": "workspace:*",
"@rushstack/stream-collator": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
"@types/node-fetch": "2.6.2",
"@yarnpkg/lockfile": "~1.0.2",
"builtin-modules": "~3.1.0",
"cli-table": "~0.3.1",
"dependency-path": "~9.2.8",
"fast-glob": "~3.3.1",
"figures": "3.0.0",
"git-repo-info": "~2.1.0",
"glob-escape": "~0.0.2",
"https-proxy-agent": "~5.0.0",
"ignore": "~5.1.6",
"inquirer": "~7.3.3",
"js-yaml": "~3.13.1",
"node-fetch": "2.6.7",
"npm-check": "~6.0.1",
"npm-package-arg": "~6.1.0",
"read-package-tree": "~5.1.5",
"rxjs": "~6.6.7",
"semver": "~7.5.4",
"ssri": "~8.0.0",
"strict-uri-encode": "~2.0.0",
"tapable": "2.2.1",
"tar": "~6.2.1",
"true-case-path": "~2.2.1",
"uuid": "~8.3.2",
"pnpm-sync-lib": "0.2.9"
},
"devDependencies": {
"@pnpm/logger": "4.0.0",
"local-node-rig": "workspace:*",
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/operation-graph": "workspace:*",
"@rushstack/webpack-deep-imports-plugin": "workspace:*",
"@rushstack/webpack-preserve-dynamic-require-plugin": "workspace:*",
"@types/cli-table": "0.3.0",
"@types/inquirer": "7.3.1",
"@types/js-yaml": "3.12.1",
"@types/npm-package-arg": "6.1.0",
"@types/read-package-tree": "5.1.0",
"@types/semver": "7.5.0",
"@types/ssri": "~7.1.0",
"@types/strict-uri-encode": "2.0.0",
"@types/tar": "6.1.6",
"@types/uuid": "~8.3.4",
"@types/webpack-env": "1.18.0",
"webpack": "~5.82.1"
},
"publishOnlyDependencies": {
"@rushstack/rush-amazon-s3-build-cache-plugin": "workspace:*",
"@rushstack/rush-azure-storage-build-cache-plugin": "workspace:*",
"@rushstack/rush-http-build-cache-plugin": "workspace:*"
},
"sideEffects": [
"lib-esnext/start-pnpm.js",
"lib-esnext/start.js",
"lib-esnext/startx.js",
"lib-esnext/utilities/SetRushLibPath.js"
]
}