-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
37 lines (37 loc) · 1010 Bytes
/
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
{
"name": "joynr-deps",
"version": "1.25.0",
"description": "shared dev dependencies for joynr project setup",
"license": "Apache-2.0",
"homepage": "http://joynr.io",
"bugs": "https://github.com/bmwcarit/joynr/issues",
"private": true,
"devDependencies": {
"@types/babel__traverse": "7.14.2",
"@types/jest": "25.1.5",
"@types/node": "8.10.66",
"@typescript-eslint/eslint-plugin": "2.14.0",
"@typescript-eslint/parser": "2.14.0",
"eslint": "6.8.0",
"eslint-config-prettier": "4.2.0",
"eslint-plugin-jest": "22.5.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-promise": "3.8.0",
"glob": "7.1.3",
"jest": "25.5.4",
"jest-circus": "25.5.4",
"jest-diff": "25.5.0",
"jest-junit": "6.3.0",
"prettier": "1.17.1",
"ts-jest": "25.5.1",
"ts-node": "8.10.2",
"typescript": "3.8.3"
},
"engines": {
"node": ">=8.16.2"
},
"repository": {
"type": "git",
"url": "https://github.com/bmwcarit/joynr.git"
}
}