@90poe/jest-performant-warnings-stats-reporter
Version:
A flexible jest reporter that provides ability to show statistics of warnings and group them
71 lines (70 loc) • 2.25 kB
JSON
{
"name": "@90poe/jest-performant-warnings-stats-reporter",
"version": "1.0.0",
"description": "A flexible jest reporter that provides ability to show statistics of warnings and group them",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/90poe/jest-performant-warnings-stats-reporter.git"
},
"author": "90poe",
"bugs": {
"url": "https://github.com/90poe/jest-performant-warnings-stats-reporter/issues"
},
"homepage": "https://github.com/90poe/jest-performant-warnings-stats-reporter#readme",
"keywords": [
"jest",
"reporter",
"90poe",
"jest-reporter",
"performant",
"slow-tests"
],
"main": "dist/reporter.js",
"types": "dist/reporter.d.ts",
"scripts": {
"build": "tsc -p tsconfig.prod.json",
"clean": "rimraf dist && rimraf coverage",
"prebuild": "yarn clean && yarn validate",
"prepare": "yarn build",
"test": "jest --collect-coverage",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts src",
"lint:fix": "eslint . --ext .ts src --fix",
"type-check": "tsc --noEmit",
"type-check:watch": "tsc --watch",
"validate": "yarn lint && yarn test && yarn type-check"
},
"dependencies": {
"@jest/console": "^27.0.6",
"@jest/reporters": "^27.0.6",
"@jest/test-result": "^27.0.6",
"@jest/types": "^27.0.6",
"chalk": "^4.1.2",
"table": "^6.7.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@babel/preset-typescript": "^7.14.5",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
}
}