forked from reportportal/agent-js-cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.29 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
{
"name": "@reportportal/agent-js-cypress",
"version": "5.1.4",
"description": "This agent helps Cypress to communicate with Report Portal",
"main": "index.js",
"scripts": {
"lint": "eslint . --quiet",
"format": "npm run lint -- --fix",
"test": "jest --detectOpenHandles --config ./jest.config.js",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/reportportal/agent-js-cypress"
},
"dependencies": {
"@reportportal/client-javascript": "^5.0.14",
"glob": "^7.2.3",
"minimatch": "^3.1.2",
"mocha": "^10.2.0",
"node-ipc": "9.1.1"
},
"directories": {
"lib": "./lib"
},
"files": [
"/lib"
],
"engines": {
"node": ">=10.x"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.5.3",
"cypress": "^12.17.1",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.6.1",
"mock-fs": "^4.14.0",
"prettier": "^2.8.8"
},
"keywords": [
"ReportPortal",
"rp",
"Cypress",
"reporting",
"reporter",
"epam"
]
}