-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
package.json
40 lines (40 loc) Β· 907 Bytes
/
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
{
"name": "@yarnpkg/plugin-patch",
"version": "4.0.0-rc.18",
"stableVersion": "3.2.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"@yarnpkg/libzip": "workspace:^",
"clipanion": "^3.2.0-rc.10",
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
"@yarnpkg/core": "workspace:^"
},
"devDependencies": {
"@yarnpkg/cli": "workspace:^",
"@yarnpkg/core": "workspace:^"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git",
"directory": "packages/plugin-patch"
},
"scripts": {
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\""
},
"publishConfig": {
"main": "./lib/index.js",
"typings": "./lib/index.d.ts"
},
"files": [
"/lib/**/*"
],
"engines": {
"node": ">=14.15.0"
}
}