-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
42 lines (42 loc) · 931 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
38
39
40
41
42
{
"name": "cypress-testrail",
"version": "2.10.0",
"description": "Easy and decoupled Cypress TestRail reporter",
"private": false,
"keywords": [
"testrail",
"cypress",
"testautomation"
],
"author": {
"name": "Christian Dangl"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/boxblinkracer/cypress-testrail.git"
},
"main": "index.js",
"bin": {
"cypress-testrail": "./bin/setup.js"
},
"scripts": {
"setup": "node ./bin/setup.js"
},
"dependencies": {
"axios": "^1.6.2",
"form-data": "^4.0.0",
"enquirer": "^2.3.6",
"await-to-js": "^3.0.0",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"babel-jest": "^28.1.1",
"eslint": "^8.18.0",
"jest": "^28.1.1",
"prettier": "2.7.1"
}
}