-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 989 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
{
"name": "reportizer",
"version": "3.1.0",
"description": "A simple client for ReportPortal.io (previously hammertime-reportify).",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"test:ci": "jest --collect-coverage",
"lint": "tslint --project .",
"build": "tsc",
"prepack": "tsc"
},
"author": "[email protected]",
"homepage": "https://github.com/adpllc/reportizer#README.md",
"bugs": {
"url": "https://github.com/adpllc/reportizer/issues"
},
"repository": {
"url": "https://github.com/adpllc/reportizer.git",
"type": "git"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/cucumber": "^6.0.1",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.42",
"cucumber": "^6.0.5",
"jest": "^26.0.1",
"ts-jest": "^26.0.0",
"tslint": "^5.20.1",
"typescript": "^3.9.3"
},
"dependencies": {
"axios": "^0.19.2",
"form-data": "^3.0.0"
}
}