forked from chapparos/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) Β· 1.17 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/sdks",
"version": "2.4.1-rc.3",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"bin": "./sources/boot-cli-dev.js",
"types": "./sources/index.ts",
"sideEffects": false,
"dependencies": {
"@yarnpkg/core": "workspace:^3.0.0-rc.12",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.12",
"@yarnpkg/parsers": "workspace:^2.4.0-rc.10",
"chalk": "^3.0.0",
"clipanion": "^3.0.1",
"comment-json": "^2.2.0",
"lodash": "^4.17.15",
"tslib": "^1.13.0"
},
"devDependencies": {
"@types/comment-json": "^1.1.1",
"@types/lodash": "^4.14.136",
"@yarnpkg/monorepo": "workspace:*",
"@yarnpkg/pnp": "workspace:*"
},
"scripts": {
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\"",
"release": "yarn npm publish"
},
"publishConfig": {
"main": "./lib/index.js",
"bin": "./lib/cli.js",
"types": "./lib/index.d.ts"
},
"files": [
"/lib/**/*"
],
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git",
"directory": "packages/yarnpkg-sdks"
},
"engines": {
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
},
"stableVersion": "2.4.0"
}