{
  "name": "jest-progress-bar-reporter",
  "version": "1.0.25",
  "description": "Progress bar reporter for Jest",
  "main": "./lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "jest": "jest",
    "test": "npm run jest && npm run lint",
    "lint": "eslint --cache --color --ext .jsx,.js lib example",
    "example": "cd example/ && jest",
    "prettier": "prettier --write \"**/*.js\"",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pierreroth64/jest-progress-bar-reporter.git"
  },
  "keywords": [
    "jest",
    "dot",
    "reporter"
  ],
  "author": "Peio Roth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pierreroth64/jest-progress-bar-reporter/issues"
  },
  "homepage": "https://github.com/pierreroth64/jest-progress-bar-reporter#readme",
  "dependencies": {
    "chalk": "4.1.1",
    "moment": "^2.29.4",
    "progress": "2.0.3"
  },
  "devDependencies": {
    "eslint": "7.28.0",
    "eslint-config-arpinum": "5.0.0",
    "eslint-plugin-jest": "24.3.6",
    "jest": "27.0.4",
    "prettier": "2.3.1"
  },
  "jest": {
    "testURL": "http://localhost/",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/example/"
    ]
  }
}
