-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
61 lines (61 loc) · 1.44 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
60
61
{
"name": "@reportportal/newman-reporter-agent-js-postman",
"version": "5.1.1",
"description": "ReportPortal reporter for newman",
"main": "./lib/index.js",
"author": "ReportPortal.io",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint .",
"format": "npm run lint -- --fix",
"test": "jest --detectOpenHandles --config ./jest.config.js",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@reportportal/client-javascript": "~5.1.4",
"lodash": "^4.17.21",
"string_decoder": "^1.3.0"
},
"engines": {
"node": ">=12.x"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-jsdoc": "^4.8.4",
"eslint-plugin-lodash": "^7.4.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.3.3"
},
"directories": {
"lib": "lib"
},
"files": [
"/lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/reportportal/agent-js-postman.git"
},
"bugs": {
"url": "https://github.com/reportportal/agent-js-postman/issues"
},
"homepage": "https://github.com/reportportal/agent-js-postman",
"keywords": [
"reportportal",
"reporters",
"postman",
"newman",
"epam"
],
"contributors": [
{
"name": "Ilya Koshaleu",
"email": ""
}
]
}