{
  "name": "jest-bamboo-reporter",
  "version": "1.3.0",
  "description": "A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser",
  "keywords": [
    "jest",
    "reporter",
    "atlassian",
    "bamboo"
  ],
  "main": "index.js",
  "scripts": {
    "pretest": "eslint .",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/check24unfallversicherung/jest-bamboo-reporter.git"
  },
  "author": "check24unfallversicherung",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/check24unfallversicherung/jest-bamboo-reporter/issues"
  },
  "homepage": "https://github.com/check24unfallversicherung/jest-bamboo-reporter#readme",
  "devDependencies": {
    "eslint": "^8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "jest": "^29.1.2",
    "prettier": "^2.7.1"
  }
}
