forked from eclipse-che/che-theia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "root",
"private": true,
"engines": {
"node": ">=10.11.0 <13"
},
"devDependencies": {
"@types/jest": "25.2.1",
"tslint-language-service": "^0.9.9",
"concurrently": "^3.5.0",
"jest": "23.6.0",
"lerna": "^3.8.1",
"rimraf": "2.6.2",
"ts-jest": "22.4.3",
"@typescript-eslint/eslint-plugin": "2.26.0",
"@typescript-eslint/eslint-plugin-tslint": "2.26.0",
"@typescript-eslint/parser": "2.26.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-no-null": "1.0.2",
"tslint": "6.1.1",
"eslint-plugin-sonarjs": "0.5.0",
"typescript": "~3.9.2",
"typescript-formatter": "7.2.2"
},
"scripts": {
"prepare": "lerna run prepare",
"publish:next": "lerna run publish:next"
},
"resolutions": {
"**/**/@types/node": "^12.0.0",
"**/**/minimist": "^1.2.0",
"**/**/nsfw": "1.2.7",
"**/mkdirp": "^0.5.1"
},
"workspaces": {
"packages": [
"extensions/*",
"plugins/*",
"generator",
"tools/automation"
]
}
}