-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
59 lines (59 loc) · 1.41 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
56
57
58
59
{
"name": "@reportportal/agent-js-cypress",
"version": "5.4.0",
"description": "This agent helps Cypress to communicate with ReportPortal",
"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.3.0",
"glob": "^9.3.5",
"minimatch": "^3.1.2",
"mocha": "^10.2.0",
"node-ipc": "9.1.1",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"ffmpeg": "^0.0.4",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3"
},
"directories": {
"lib": "./lib"
},
"files": [
"/lib"
],
"engines": {
"node": ">=14.x"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.5.12",
"cypress": "^13.13.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.7.0",
"mock-fs": "^4.14.0",
"prettier": "^2.8.8"
},
"keywords": [
"ReportPortal",
"rp",
"Cypress",
"reporting",
"reporter",
"epam"
]
}