{
  "name": "testrail-api-client",
  "version": "1.0.45",
  "description": "JavaScript client for TestRail API",
  "main": "index.js",
  "files": [
    "dist"
  ],
  "author": "Volodymyr Prysiazhniuk",
  "license": "MIT",
  "keywords": [
    "testrail",
    "binding",
    "client"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/VoloBro/testrail-api-client.git"
  },
  "bugs": {
    "url": "https://github.com/VoloBro/testrail-api-client/issues"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "axios-retry": "^3.1.9",
    "form-data": "^4.0.0",
    "js-yaml": "^3.15.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.9",
    "@types/mocha": "^10.0.3",
    "@types/node": "^20.8.10",
    "chai": "^4.2.0",
    "coveralls": "^3.0.11",
    "istanbul": "^0.4.5",
    "mocha": "^11.7.6",
    "nock": "^13.3.8",
    "rimraf": "^5.0.5",
    "typescript": "^5.2.2"
  },
  "scripts": {
    "tsc": "tsc",
    "clean": "rimraf dist",
    "build": "yarn run clean && yarn run tsc",
    "test": "mocha",
    "coverage": "istanbul cover --report html node_modules/mocha/bin/_mocha --check-leaks",
    "coverageci": "istanbul cover node_modules/mocha/bin/_mocha && cat ./coverage/lcov.info | coveralls"
  }
}
