{
  "name": "cypress-testbench-reporter",
  "version": "1.0.33",
  "description": "A TestBench reporter for cypress",
  "main": "index.js",
  "private": false,
  "keywords": [
    "cypress",
    "testbench",
    "reporter"
  ],
  "author": {
    "name": "Samir Chouaieb",
    "email": "samir.chouaieb@gmail.com"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/samir-chouaieb/cypress-testbench-reporter.git"
  },
  "bugs": {
    "url": "https://github.com/samir-chouaieb/cypress-testbench-reporter/issues"
  },
  "scripts": {
    "tsc": "tsc",
    "clean": "rimraf dist",
    "build": "npm run clean && npm run tsc"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "mocha": "^5.2.0"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/mocha": "^2.2.36",
    "@types/node": "^6.0.58",
    "chai": "^3.5.0",
    "rimraf": "^2.5.4",
    "typescript": "^2.1.4"
  }
}
