-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "jest-matman-reporter",
"version": "0.2.0",
"description": "Jest reporter for matman",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -d",
"lint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matmanjs/jest-matman-reporter.git"
},
"keywords": [
"matman",
"jest",
"e2e",
"reporter"
],
"author": "helinjiang",
"license": "MIT",
"bugs": {
"url": "https://github.com/matmanjs/jest-matman-reporter/issues"
},
"homepage": "https://github.com/matmanjs/jest-matman-reporter#readme",
"dependencies": {
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"fs-extra": "^9.0.0",
"jest-html-reporters": "^2.0.4",
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/types": "^7.10.2",
"@jest/reporters": "^26.4.1",
"@jest/test-result": "^26.3.0",
"@jest/types": "^26.3.0",
"@types/fs-extra": "^9.0.1",
"@types/lodash": "^4.14.153",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.5.0",
"prettier": "^2.0.5",
"typescript": "^3.9.3"
}
}