forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) Β· 1.01 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
{
"name": "@yarnpkg/plugin-essentials",
"version": "2.0.0-rc.21",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.0.0-rc.15",
"@yarnpkg/json-proxy": "workspace:^2.0.0-rc.7",
"@yarnpkg/parsers": "workspace:^2.0.0-rc.9",
"clipanion": "^2.1.5",
"inquirer": "^6.2.0",
"semver": "^5.6.0",
"treeify": "^1.1.0",
"yup": "^0.27.0"
},
"peerDependencies": {
"@yarnpkg/cli": "^2.0.0-rc.27",
"@yarnpkg/core": "^2.0.0-rc.21"
},
"devDependencies": {
"@types/inquirer": "^0.0.43",
"@types/semver": "^6.0.2",
"@types/treeify": "^1.0.0",
"@yarnpkg/cli": "workspace:^2.0.0-rc.27",
"@yarnpkg/core": "workspace:^2.0.0-rc.21"
},
"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/**/*"
]
}