{
  "name": "newman-reporter-testrail",
  "version": "1.0.52",
  "description": "TestRail reporter for Newman",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha test/assertions.js"
  },
  "author": "Billy Lam <3700437+billylam@users.noreply.github.com>",
  "license": "MIT",
  "dependencies": {
    "dayjs": "^1.10.4",
    "sync-request": "^6.1.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^8.5.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^3.1.4",
    "prettier": "^2.0.5"
  },
  "directories": {
    "lib": "lib"
  },
  "keywords": [
    "newman",
    "postman",
    "testrail",
    "reporter"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/billylam/newman-reporter-testrail.git"
  },
  "bugs": {
    "url": "https://github.com/billylam/newman-reporter-testrail/issues"
  },
  "homepage": "https://github.com/billylam/newman-reporter-testrail#readme"
}
