forked from lerna/lerna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
194 lines (194 loc) · 5.93 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"name": "lerna-monorepo",
"private": true,
"description": "lerna dog-fooding lerna",
"workspaces": [
"packages/*",
"packages/legacy-structure/commands/*"
],
"volta": {
"node": "16.18.1",
"npm": "8.19.2",
"yarn": "1.22.18"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
},
"scripts": {
"build": "tools/scripts/build.sh",
"e2e-build-package-publish": "ts-node -P ./tools/scripts/tsconfig.e2e.json ./tools/scripts/e2e-build-package-publish",
"e2e-start-local-registry": "node ./tools/scripts/e2e-start-local-registry.js",
"format:check": "prettier --check '**/*.{js,ts,tsx,css,yml,json}'",
"format:write": "prettier --write '**/*.{js,ts,tsx,css,yml,json}'",
"integration": "nx integration integration --maxWorkers=2",
"lerna-release": "nx build lerna --no-dte && ts-node -P ./tools/scripts/tsconfig.scripts.json ./tools/scripts/lerna-release",
"lint": "nx run-many -t lint",
"local-registry": "./tools/scripts/local-registry.sh",
"postinstall": "patch-package --patch-dir tools/patches",
"test": "nx run-many -t test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerna/lerna.git"
},
"license": "MIT",
"homepage": "https://lerna.js.org",
"dependencies": {
"@npmcli/arborist": "5.3.0",
"@npmcli/run-script": "^4.1.7",
"@nrwl/devkit": "15.5.2",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^19.0.3",
"@swc/helpers": "~0.4.11",
"byte-size": "^7.0.0",
"chalk": "^4.1.0",
"clone-deep": "^4.0.1",
"cmd-shim": "^5.0.0",
"columnify": "^1.6.0",
"config-chain": "^1.1.12",
"conventional-changelog-angular": "^5.0.12",
"conventional-changelog-core": "^4.2.4",
"conventional-recommended-bump": "^6.1.0",
"cosmiconfig": "^7.0.0",
"dedent": "^0.7.0",
"dot-prop": "^6.0.1",
"envinfo": "^7.7.4",
"execa": "^5.0.0",
"file-url": "^3.0.0",
"find-up": "^5.0.0",
"fs-extra": "^9.1.0",
"get-port": "^5.1.1",
"get-stream": "^6.0.0",
"git-url-parse": "^13.1.0",
"glob-parent": "^5.1.1",
"globby": "^11.0.2",
"graceful-fs": "^4.1.15",
"has-unicode": "^2.0.1",
"import-local": "^3.0.2",
"init-package-json": "^3.0.2",
"inquirer": "^8.2.4",
"is-ci": "^2.0.0",
"is-stream": "^2.0.0",
"libnpmaccess": "^6.0.3",
"libnpmpublish": "^6.0.4",
"load-json-file": "^6.2.0",
"make-dir": "^3.0.0",
"minimatch": "^3.0.4",
"multimatch": "^5.0.0",
"node-fetch": "^2.6.1",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"npm-package-arg": "8.1.1",
"npm-packlist": "^5.1.1",
"npm-registry-fetch": "^13.3.0",
"npmlog": "^6.0.2",
"p-map": "^4.0.0",
"p-map-series": "^2.1.0",
"p-pipe": "^3.1.0",
"p-queue": "^6.6.2",
"p-reduce": "^2.1.0",
"p-waterfall": "^2.1.1",
"pacote": "^13.6.1",
"path-exists": "^4.0.0",
"pify": "^5.0.0",
"read-cmd-shim": "^3.0.0",
"read-package-json": "^5.0.1",
"resolve-from": "^5.0.0",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"signal-exit": "^3.0.3",
"slash": "^3.0.0",
"ssri": "^9.0.1",
"strong-log-transformer": "^2.1.0",
"tar": "^6.1.0",
"temp-dir": "^1.0.0",
"tempy": "^1.0.0",
"tslib": "^2.3.0",
"upath": "^2.0.1",
"uuid": "^8.3.2",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^4.0.0",
"write-file-atomic": "^4.0.1",
"write-pkg": "^4.0.0",
"yargs": "^16.2.0",
"yargs-parser": "20.2.4"
},
"devDependencies": {
"@nrwl/esbuild": "15.5.2",
"@nrwl/eslint-plugin-nx": "15.5.2",
"@nrwl/jest": "15.5.2",
"@nrwl/js": "15.5.2",
"@nrwl/nx-cloud": "15.0.4-beta.3",
"@nrwl/nx-plugin": "15.5.2",
"@nrwl/web": "15.5.2",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@types/byte-size": "^8.1.0",
"@types/clone-deep": "^4.0.1",
"@types/cmd-shim": "^5.0.0",
"@types/columnify": "^1.5.1",
"@types/conventional-recommended-bump": "^6.1.0",
"@types/dedent": "^0.7.0",
"@types/envinfo": "^7.8.1",
"@types/fs-extra": "^9.0.13",
"@types/git-url-parse": "^9.0.1",
"@types/glob-parent": "^5.1.1",
"@types/inquirer": "^8.2.5",
"@types/is-ci": "^2.0.0",
"@types/jest": "28.1.3",
"@types/js-yaml": "^4.0.5",
"@types/libnpmpublish": "^4.0.3",
"@types/node": "16.11.7",
"@types/node-fetch": "^2.6.2",
"@types/normalize-path": "^3.0.0",
"@types/npm-package-arg": "^6.1.1",
"@types/npm-packlist": "^7.0.0",
"@types/npm-registry-fetch": "^8.0.4",
"@types/npmlog": "^4.1.4",
"@types/pify": "^5.0.1",
"@types/signal-exit": "^3.0.1",
"@types/ssri": "^7.1.1",
"@types/strong-log-transformer": "^1.0.0",
"@types/tar": "^6.1.3",
"@types/temp-dir": "^1.0.0",
"@types/tmp": "^0.2.3",
"@types/uuid": "^8.3.4",
"@types/write-file-atomic": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"all-contributors-cli": "^6.20.0",
"debug": "^4.3.1",
"env-cmd": "^10.1.0",
"esbuild": "^0.16.11",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-node": "^11.1.0",
"expect": "^26.6.2",
"jest": "28.1.3",
"jest-diff": "^28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest-matcher-utils": "^28.1.3",
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lerna": "file:packages/lerna",
"node-jq": "^2.3.3",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"nx": "15.5.2",
"patch-package": "6.5.0",
"path-key": "^3.1.1",
"prettier": "^2.2.1",
"resolve.exports": "2.0.0",
"tacks": "1.2.6",
"tmp": "^0.2.1",
"touch": "^3.1.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"verdaccio": "^5.19.0"
}
}