forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) Β· 1.35 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
{
"name": "@yarnpkg/plugin-essentials",
"version": "3.0.0-rc.12",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.5.0-rc.12",
"@yarnpkg/json-proxy": "workspace:^2.1.1-rc.10",
"@yarnpkg/parsers": "workspace:^2.4.0-rc.10",
"@yarnpkg/shell": "workspace:^3.0.0-rc.12",
"ci-info": "^2.0.0",
"clipanion": "^3.0.1",
"enquirer": "^2.3.6",
"lodash": "^4.17.15",
"micromatch": "^4.0.2",
"semver": "^7.1.2",
"tslib": "^1.13.0",
"typanion": "^3.3.0"
},
"peerDependencies": {
"@yarnpkg/cli": "^3.0.0-rc.12",
"@yarnpkg/core": "^3.0.0-rc.12"
},
"devDependencies": {
"@types/ci-info": "^2",
"@types/lodash": "^4.14.136",
"@types/micromatch": "^4.0.1",
"@types/semver": "^7.1.0",
"@types/treeify": "^1.0.0",
"@yarnpkg/cli": "workspace:*",
"@yarnpkg/core": "workspace:*"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git",
"directory": "packages/plugin-essentials"
},
"scripts": {
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\""
},
"publishConfig": {
"main": "./lib/index.js",
"typings": "./lib/index.d.ts"
},
"files": [
"/lib/**/*"
],
"engines": {
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
},
"stableVersion": "2.4.0"
}