{
  "name": "@conduitvc/jest-allure-reporter",
  "version": "1.2.3",
  "description": "A Jest Allure Reporter, which takes the test-results from jest and creates an allure-report from it.",
  "keywords": [
    "test",
    "testautomation",
    "testreport",
    "unittest",
    "UI-test",
    "uitest",
    "reporting",
    "jest",
    "allure"
  ],
  "homepage": "https://github.com/gusarin/jest-allure-reporter",
  "bugs": "https://github.com/gusarin/jest-allure-reporter",
  "main": "index.js",
  "scripts": {
    "test": "jest-allure-reporter",
    "compile": "tsc",
    "lint": "tslint",
    "prepublish": "npm run compile"
  },
  "author": {
    "name": "Pascal Esemann <pascal.esemann@gusarin.de> (https://github.com/gusarin)"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gusarin/jest-allure-reporter"
  },
  "dependencies": {
    "@types/hjson": "^2.4.0",
    "@types/jest": "^22.2.3",
    "@types/node": "^9.6.5",
    "@types/string-template": "^1.0.2",
    "@types/strip-ansi": "^3.0.0",
    "allure-commandline": "^2.5.0",
    "fs-extra": "^5.0.0",
    "hjson": "^3.1.1",
    "jest": "^22.4.3",
    "rootpath": "^0.1.2",
    "string-template": "^1.0.0",
    "strip-ansi": "^4.0.0"
  },
  "devDependencies": {
    "tslint": "^5.10.0",
    "typescript": "^2.9.1"
  }
}
