forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 822 Bytes
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
{
"name": "@yarnpkg/plugin-github",
"version": "2.0.0-rc.13",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.0.0-rc.16",
"tmp": "^0.1.0"
},
"peerDependencies": {
"@yarnpkg/core": "^2.0.0-rc.23",
"@yarnpkg/plugin-git": "^2.0.0-rc.16"
},
"devDependencies": {
"@types/tmp": "^0.0.33",
"@yarnpkg/core": "workspace:^2.0.0-rc.23",
"@yarnpkg/plugin-git": "workspace:^2.0.0-rc.16"
},
"scripts": {
"test": "run test:unit packages/plugin-github",
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\""
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/yarnpkg/berry.git"
},
"publishConfig": {
"main": "./lib/index.js",
"typings": "./lib/index.d.ts"
},
"files": [
"/lib/**/*"
]
}