forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) Β· 1.58 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@yarnpkg/builder",
"version": "3.0.0-rc.12",
"license": "BSD-2-Clause",
"bin": "./sources/boot-cli-dev.js",
"dependencies": {
"@babel/core": "^7.10.2",
"@yarnpkg/cli": "workspace:^3.0.0-rc.12",
"@yarnpkg/core": "workspace:^3.0.0-rc.12",
"@yarnpkg/esbuild-plugin-pnp": "workspace:packages/esbuild-plugin-pnp",
"@yarnpkg/fslib": "workspace:^2.5.0-rc.12",
"@yarnpkg/pnpify": "workspace:^3.0.0-rc.13",
"babel-loader": "^8.1.0",
"chalk": "^3.0.0",
"clipanion": "^3.0.1",
"esbuild-wasm": "^0.11.20",
"filesize": "^4.1.2",
"fork-ts-checker-webpack-plugin": "^5.0.0",
"semver": "^7.1.2",
"terser-webpack-plugin": "^3.0.4",
"ts-loader": "^7.0.5",
"tslib": "^1.13.0",
"val-loader": "^2.1.1",
"webpack": "^5.1.1",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@datadog/build-plugin": "0.3.6",
"@types/filesize": "4.1.0",
"@types/semver": "^7.1.0",
"@types/terser-webpack-plugin": "^3.0.0",
"@types/webpack-merge": "^4.1.5",
"@yarnpkg/monorepo": "workspace:*",
"typescript": "^4.3.2"
},
"peerDependencies": {
"typescript": "*"
},
"scripts": {
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\"",
"release": "yarn npm publish"
},
"publishConfig": {
"bin": "./lib/cli.js"
},
"files": [
"/lib/**/*"
],
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git",
"directory": "packages/yarnpkg-builder"
},
"engines": {
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
},
"stableVersion": "2.1.3"
}