forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) Β· 2.08 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@berry/monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.1.0",
"@berry/pnpify": "workspace:0.0.4",
"@types/cross-spawn": "6.0.0",
"@types/dateformat": "^1.0.1",
"@types/emscripten": "^0.0.31",
"@types/eslint": "4.16.6",
"@types/eventemitter3": "^2.0.2",
"@types/execa": "^0.9.0",
"@types/faker": "^4.1.4",
"@types/fs-extra": "^5.0.4",
"@types/globby": "^8.0.0",
"@types/got": "^8.3.4",
"@types/inquirer": "^0.0.43",
"@types/joi": "^13.6.0",
"@types/lockfile": "^1.0.0",
"@types/lodash.get": "^4.4.6",
"@types/micromatch": "^3.1.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.12.0",
"@types/node-emoji": "^1.8.0",
"@types/node-fetch": "^2.1.2",
"@types/react": "^16.4.14",
"@types/react-redux": "^6.0.9",
"@types/redux-saga": "^0.10.5",
"@types/request": "^2.47.1",
"@types/semver": "^5.5.0",
"@types/ssri": "^6.0.1",
"@types/stream-to-promise": "^2.2.0",
"@types/supports-color": "^5.3.0",
"@types/tar": "^4.0.0",
"@types/tar-stream": "1.6.0",
"@types/tmp": "^0.0.33",
"@types/treeify": "^1.0.0",
"@types/tunnel": "^0.0.0",
"@types/yup": "0.26.12",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.6.0",
"babel-jest": "^24.5.0",
"eslint": "^5.16.0",
"eslint-plugin-arca": "^0.8.1",
"jest": "^24.5.0",
"jest-environment-node": "^24.5.0",
"jest-junit": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.3.3333"
},
"dependenciesMeta": {
"fsevents": {
"built": false
},
"svg2png": {
"unplugged": true
},
"webpack-cli": {
"built": false
}
},
"scripts": {
"gen-tssdk": "pnpify --sdk scripts",
"test:lint": "eslint packages/*/sources/**/*.ts",
"test:unit": "jest"
}
}