forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 832 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
{
"name": "@yarnpkg/plugin-dlx",
"version": "2.0.0-rc.11",
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^2.0.0-rc.12",
"@yarnpkg/json-proxy": "workspace:^2.0.0-rc.4",
"clipanion": "^2.1.5",
"tmp": "^0.1.0"
},
"peerDependencies": {
"@yarnpkg/cli": "^2.0.0-rc.23",
"@yarnpkg/core": "^2.0.0-rc.18"
},
"devDependencies": {
"@types/tmp": "^0.0.33",
"@yarnpkg/cli": "workspace:^2.0.0-rc.23",
"@yarnpkg/core": "workspace:^2.0.0-rc.18"
},
"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/**/*"
]
}