forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) Β· 1.4 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
{
"name": "@yarnpkg/builder",
"version": "2.0.0-rc.19",
"bin": "./sources/boot-dev.js",
"dependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-syntax-decorators": "^7.2.0",
"@yarnpkg/core": "workspace:^2.0.0-rc.24",
"@yarnpkg/fslib": "workspace:^2.0.0-rc.17",
"@yarnpkg/pnpify": "workspace:^2.0.0-rc.19",
"babel-loader": "^8.0.6",
"babel-plugin-lazy-import": "arcanis/babel-plugin-lazy-import",
"chalk": "^3.0.0",
"clipanion": "^2.1.5",
"filesize": "^4.1.2",
"pnp-webpack-plugin": "^1.4.3",
"semver": "^7.1.2",
"terser-webpack-plugin": "^2.1.3",
"ts-loader": "^6.2.1",
"val-loader": "^1.1.1",
"webpack": "^4.41.2",
"webpack-merge": "^4.2.1",
"webpack-sources": "^1.3.0"
},
"devDependencies": {
"@types/filesize": "4.1.0",
"@types/terser-webpack-plugin": "^1.2.1",
"@types/webpack": "^4.32.1",
"@types/webpack-merge": "^4.1.5",
"@types/webpack-sources": "^0.1.5",
"@yarnpkg/monorepo": "workspace:0.0.0"
},
"peerDependencies": {
"typescript": "*"
},
"scripts": {
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\"",
"release": "yarn npm publish"
},
"publishConfig": {
"bin": "./lib/boot.js"
},
"files": [
"/lib/**/*"
],
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git"
}
}