{
  "name": "cypress-testrail-reporter",
  "version": "1.3.4",
  "description": "A Testrail reporter for cypress including TestRail API basic library",
  "main": "index.js",
  "private": false,
  "keywords": [
    "cypress",
    "testrail",
    "reporter"
  ],
  "author": {
    "name": "Milutin Savovic",
    "email": "mickosavovic@gmail.com"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/Vivify-Ideas/cypress-testrail-reporter.git"
  },
  "bugs": {
    "url": "https://github.com/Vivify-Ideas/cypress-testrail-reporter/issues"
  },
  "scripts": {
    "tsc": "tsc",
    "clean": "rimraf dist",
    "build": "npm run clean && npm run tsc"
  },
  "dependencies": {
    "axios": "^0.21.4",
    "btoa": "^1.1.2",
    "chalk": "^2.4.2",
    "deasync": "^0.1.23",
    "form-data": "^4.0.0",
    "glob": "^7.1.7",
    "mocha": "^8.4.0",
    "moment": "^2.29.1"
  },
  "devDependencies": {
    "@types/chai": "^3.5.0",
    "@types/mocha": "^8.2.3",
    "@types/node": "^14.17.17",
    "chai": "^3.5.0",
    "rimraf": "^2.7.1",
    "typescript": "^4.4.3"
  }
}
