forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) Β· 1.29 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
{
"name": "@yarnpkg/plugin-version",
"version": "2.0.0-rc.21",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.0.0-rc.17",
"@yarnpkg/libui": "workspace:^2.0.0-rc.7",
"@yarnpkg/parsers": "workspace:^2.0.0-rc.10",
"clipanion": "^2.1.5",
"ink": "^2.3.0",
"react": "^16.8.4",
"semver": "^7.1.2",
"yup": "^0.27.0"
},
"peerDependencies": {
"@yarnpkg/cli": "^2.0.0-rc.30",
"@yarnpkg/core": "^2.0.0-rc.24",
"@yarnpkg/plugin-pack": "^2.0.0-rc.18"
},
"devDependencies": {
"@types/react": "^16.8.0",
"@types/semver": "^7.1.0",
"@types/yup": "0.26.12",
"@yarnpkg/builder": "workspace:^2.0.0-rc.19",
"@yarnpkg/cli": "workspace:^2.0.0-rc.30",
"@yarnpkg/core": "workspace:^2.0.0-rc.24",
"@yarnpkg/plugin-pack": "workspace:^2.0.0-rc.18",
"typescript": "^3.7.5"
},
"scripts": {
"build:plugin-version": "builder build plugin",
"update-local": "yarn build:plugin-version && rsync -a --delete bundles/ bin/",
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\""
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git"
},
"publishConfig": {
"main": "./lib/index.js",
"typings": "./lib/index.d.ts"
},
"files": [
"/lib/**/*"
]
}