-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"author": {
"name": "Vaibhav Pandey",
"email": "[email protected]",
"url": "https://vaibhavpandey.com/"
},
"bugs": {
"url": "https://github.com/qtsolv/jest-testrail-reporter2/issues"
},
"description": "Reporter for Jest to automatically create test runs in Testrail.",
"dependencies": {
"@dlenroc/testrail": "^1.6.3"
},
"devDependencies": {
"@jest/reporters": "^28.1.1",
"@jest/test-result": "^28.1.1",
"@jest/types": "^28.1.1",
"jest": "^28.1.1",
"typescript": "^4.7.4"
},
"homepage": "https://github.com/qtsolv/jest-testrail-reporter2#readme",
"keywords": [
"automation",
"jest",
"qa",
"reporter",
"testrail"
],
"license": "MIT",
"main": "lib/index.js",
"name": "jest-testrail-reporter2",
"repository": {
"type": "git",
"url": "git+https://github.com/qtsolv/jest-testrail-reporter2.git"
},
"scripts": {
"build": "tsc",
"test": "jest",
"watch": "npm run build -- --watch"
},
"version": "1.0.6"
}