|
1 | | -{ |
2 | | - "name": "jest-html-reporter", |
3 | | - "version": "4.1.0", |
4 | | - "description": "Jest test results processor for generating a summary in HTML", |
5 | | - "main": "dist/index.js", |
6 | | - "unpkg": "dist/index.js", |
7 | | - "files": [ |
8 | | - "dist", |
9 | | - "style" |
10 | | - ], |
11 | | - "scripts": { |
12 | | - "tsc": "tsc", |
13 | | - "lint": "eslint src/", |
14 | | - "jest": "jest --no-cache --config=jest.config.json", |
15 | | - "test": "npm run lint && npm run jest", |
16 | | - "test:watch": "npm run jest -- --watch --no-coverage", |
17 | | - "bundle": "rollup -c", |
18 | | - "build": "npm run bundle", |
19 | | - "prepare": "npm run bundle" |
20 | | - }, |
21 | | - "repository": { |
22 | | - "type": "git", |
23 | | - "url": "git+https://github.com/Hargne/jest-html-reporter.git" |
24 | | - }, |
25 | | - "keywords": [ |
26 | | - "jest", |
27 | | - "html", |
28 | | - "reporter", |
29 | | - "report", |
30 | | - "plugin" |
31 | | - ], |
32 | | - "author": "Johan Hargne", |
33 | | - "license": "MIT", |
34 | | - "bugs": { |
35 | | - "url": "https://github.com/Hargne/jest-html-reporter/issues" |
36 | | - }, |
37 | | - "homepage": "https://github.com/Hargne/jest-html-reporter#readme", |
38 | | - "engines": { |
39 | | - "node": ">=14.0.0" |
40 | | - }, |
41 | | - "dependencies": { |
42 | | - "@jest/reporters": "^29.7.0", |
43 | | - "@jest/test-result": "^29.7.0", |
44 | | - "@jest/types": "^29.6.3", |
45 | | - "dateformat": "3.0.2", |
46 | | - "mkdirp": "^1.0.3", |
47 | | - "strip-ansi": "6.0.1", |
48 | | - "xmlbuilder": "15.0.0" |
49 | | - }, |
50 | | - "peerDependencies": { |
51 | | - "jest": "19.x - 29.x", |
52 | | - "typescript": "^3.7.x || ^4.3.x || ^5.x" |
53 | | - }, |
54 | | - "devDependencies": { |
55 | | - "@eslint/js": "^9.19.0", |
56 | | - "@jest/console": "^29.7.0", |
57 | | - "@rollup/plugin-commonjs": "^28.0.2", |
58 | | - "@rollup/plugin-node-resolve": "^16.0.0", |
59 | | - "@rollup/plugin-terser": "^0.4.4", |
60 | | - "@rollup/plugin-typescript": "^12.1.2", |
61 | | - "@types/dateformat": "^3.0.X", |
62 | | - "@types/jest": "^29.5.14", |
63 | | - "@types/mkdirp": "1.0.2", |
64 | | - "@types/node": "^22.13.0", |
65 | | - "@types/sinon": "9.0.11", |
66 | | - "eslint": "^9.19.0", |
67 | | - "jest": "^29.7.0", |
68 | | - "jest-environment-jsdom": "^29.7.0", |
69 | | - "rollup": "^4.34.1", |
70 | | - "sinon": "^9.0.1", |
71 | | - "ts-jest": "^29.0.0", |
72 | | - "tslib": "^2.8.1", |
73 | | - "tslint-config-prettier": "^1.18.0", |
74 | | - "typescript": "^5.7.3", |
75 | | - "typescript-eslint": "^8.22.0" |
76 | | - }, |
77 | | - "browserslist": [ |
78 | | - "since 2017-06" |
79 | | - ], |
80 | | - "packageManager": "yarn@1.22.19" |
81 | | -} |
| 1 | +{ |
| 2 | + "name": "jest-html-reporter", |
| 3 | + "version": "4.1.0", |
| 4 | + "description": "Jest test results processor for generating a summary in HTML", |
| 5 | + "main": "dist/index.js", |
| 6 | + "unpkg": "dist/index.js", |
| 7 | + "files": [ |
| 8 | + "dist", |
| 9 | + "style" |
| 10 | + ], |
| 11 | + "scripts": { |
| 12 | + "tsc": "tsc", |
| 13 | + "lint": "eslint src/", |
| 14 | + "jest": "jest --no-cache --config=jest.config.json", |
| 15 | + "test": "npm run lint && npm run jest", |
| 16 | + "test:watch": "npm run jest -- --watch --no-coverage", |
| 17 | + "bundle": "rollup -c", |
| 18 | + "build": "npm run bundle", |
| 19 | + "prepare": "npm run bundle" |
| 20 | + }, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "git+https://github.com/Hargne/jest-html-reporter.git" |
| 24 | + }, |
| 25 | + "keywords": [ |
| 26 | + "jest", |
| 27 | + "html", |
| 28 | + "reporter", |
| 29 | + "report", |
| 30 | + "plugin" |
| 31 | + ], |
| 32 | + "author": "Johan Hargne", |
| 33 | + "license": "MIT", |
| 34 | + "bugs": { |
| 35 | + "url": "https://github.com/Hargne/jest-html-reporter/issues" |
| 36 | + }, |
| 37 | + "homepage": "https://github.com/Hargne/jest-html-reporter#readme", |
| 38 | + "engines": { |
| 39 | + "node": ">=14.0.0" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "@jest/reporters": "^29.7.0", |
| 43 | + "@jest/test-result": "^29.7.0", |
| 44 | + "@jest/types": "^29.6.3", |
| 45 | + "dateformat": "3.0.2", |
| 46 | + "mkdirp": "^1.0.3", |
| 47 | + "strip-ansi": "6.0.1", |
| 48 | + "xmlbuilder": "15.0.0" |
| 49 | + }, |
| 50 | + "peerDependencies": { |
| 51 | + "jest": "19.x - 29.x", |
| 52 | + "typescript": "^3.7.x || ^4.3.x || ^5.x" |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "@eslint/js": "^9.19.0", |
| 56 | + "@jest/console": "^29.7.0", |
| 57 | + "@rollup/plugin-commonjs": "^28.0.2", |
| 58 | + "@rollup/plugin-node-resolve": "^16.0.0", |
| 59 | + "@rollup/plugin-terser": "^0.4.4", |
| 60 | + "@rollup/plugin-typescript": "^12.1.2", |
| 61 | + "@types/dateformat": "^3.0.X", |
| 62 | + "@types/jest": "^29.5.14", |
| 63 | + "@types/mkdirp": "1.0.2", |
| 64 | + "@types/node": "^22.13.0", |
| 65 | + "@types/sinon": "9.0.11", |
| 66 | + "eslint": "^9.19.0", |
| 67 | + "jest": "^29.7.0", |
| 68 | + "jest-environment-jsdom": "^29.7.0", |
| 69 | + "rollup": "^4.34.1", |
| 70 | + "sinon": "^9.0.1", |
| 71 | + "ts-jest": "^29.0.0", |
| 72 | + "tslib": "^2.8.1", |
| 73 | + "tslint-config-prettier": "^1.18.0", |
| 74 | + "typescript": "^5.7.3", |
| 75 | + "typescript-eslint": "^8.22.0" |
| 76 | + }, |
| 77 | + "browserslist": [ |
| 78 | + "since 2017-06" |
| 79 | + ], |
| 80 | + "packageManager": "yarn@1.22.19" |
| 81 | +} |
0 commit comments