-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.54 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/testcafe-reporter-agent-js-testcafe",
"version": "5.1.0",
"description": "Agent for integration TestCafe with ReportPortal.",
"main": "build/index.js",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf ./build",
"lint": "eslint \"src/**/*.ts\"",
"format": "npm run lint -- --fix",
"test": "jest",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@reportportal/client-javascript": "~5.1.4",
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"ts-jest": "^29.2.3",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/reportportal/agent-js-testcafe.git"
},
"author": "ReportPortal.io",
"license": "Apache-2.0",
"files": [
"/build"
],
"bugs": {
"url": "https://github.com/reportportal/agent-js-testcafe/issues"
},
"homepage": "https://github.com/reportportal/agent-js-testcafe#readme",
"engines": {
"node": ">=12.x"
},
"keywords": [
"epam",
"reports",
"portal",
"testcafe",
"reporters",
"reportportal"
]
}