forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) Β· 1.22 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
{
"name": "@yarnpkg/plugin-node-modules",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.3.0",
"@yarnpkg/libzip": "workspace:^2.2.1",
"@yarnpkg/parsers": "workspace:^2.3.0",
"@yarnpkg/plugin-pnp": "workspace:^2.3.1",
"@yarnpkg/pnp": "workspace:^2.3.1",
"@yarnpkg/pnpify": "workspace:^2.3.3",
"@zkochan/cmd-shim": "^4.3.0",
"clipanion": "^2.6.2",
"micromatch": "^4.0.2",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/cli": "^2.3.3",
"@yarnpkg/core": "^2.3.1"
},
"devDependencies": {
"@types/micromatch": "^4.0.1",
"@yarnpkg/cli": "workspace:^2.3.3",
"@yarnpkg/core": "workspace:^2.3.1",
"@yarnpkg/plugin-stage": "workspace:^2.1.2"
},
"version": "2.2.2",
"nextVersion": {
"semver": "2.0.0-rc.5",
"nonce": "1989925236539513"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git"
},
"scripts": {
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\""
},
"publishConfig": {
"main": "./lib/index.js",
"typings": "./lib/index.d.ts"
},
"files": [
"/lib/**/*"
],
"engines": {
"node": ">=10.19.0"
}
}