{
  "name": "jest-progress-tracker",
  "version": "3.0.4",
  "description": "Keep track of test progress over time",
  "keywords": [
    "jest",
    "reporters"
  ],
  "homepage": "https://github.com/unional/jest-progress-tracker",
  "bugs": {
    "url": "https://github.com/unional/jest-progress-tracker/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unional/jest-progress-tracker.git"
  },
  "license": "MIT",
  "files": [
    "cjs"
  ],
  "main": "cjs/index.js",
  "typings": "cjs/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.base.json",
    "clean": "rimraf cjs",
    "coverage": "jest --coverage",
    "dependency-check": "dependency-check . --unused --no-dev -i jest -i @jest/test-result -i jest-watcher -i istanbul-lib-coverage && dependency-check . --missing --no-dev",
    "lint": "eslint --ext=ts,js .",
    "test": "npm run build && jest",
    "verify": "npm run lint && npm run build && npm run coverage && npm run dependency-check",
    "verify-ci": "npm run lint && npm run build && jest --coverage --config jest.config.ci.json && npm run dependency-check",
    "watch": "npm run build && jest --watch"
  },
  "dependencies": {
    "@jest/test-result": "^27.5.0",
    "istanbul-lib-coverage": "^3.2.0",
    "jest-watcher": "^27.4.6",
    "test-progress-tracker": "^2.0.6"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/plugin-proposal-class-properties": "^7.16.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
    "@babel/plugin-proposal-optional-chaining": "^7.16.0",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-typescript": "^7.16.0",
    "@jest/types": "^27.4.2",
    "@types/jest": "^27.0.3",
    "@types/node": "^16.11.11",
    "@types/rimraf": "^3.0.2",
    "assertron": "^7.0.2",
    "codecov": "^3.4.0",
    "dependency-check": "^4.1.0",
    "eslint": "^8.4.0",
    "eslint-plugin-harmony": "^6.0.0",
    "greenkeeper-lockfile": "^1.15.1",
    "jest": "^27.4.3",
    "jest-audio-reporter": "^2.2.1",
    "jest-junit": "^13.0.0",
    "jest-watch-suspend": "^1.1.2",
    "jest-watch-toggle-config": "^2.0.1",
    "rimraf": "^3.0.0",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "jest": ">=24.0.0"
  }
}
