{
  "name": "@opuscapita/service-client",
  "version": "2.0.0",
  "description": "Module for http based inter-service-communication for OpusCapitaBusinessNetwork.",
  "main": "index.js",
  "scripts": {
    "start": "yarn run setup-consul && yarn run test",
    "test:unit": "yarn nyc -r lcov mocha --bail --reporter min 'test/**/*.test.js' ",
    "test:unit-watch": "yarn nyc -r lcov mocha -w --bail --reporter min 'test/**/*.test.js' ",
    "test:debug": "yarn nyc -r lcov -r text mocha -r mocha-junit-reporter -O outputs=true 'test/**/*.test.js'",
    "test:integ": "yarn run setup-consul && yarn run clean && yarn nyc -r lcov mocha --exit --timeout 30000 --reporter mocha-junit-reporter --reporter-options mochaFile=results/integration-test-results.xml,outputs=true test/index.spec.js",
    "test": "yarn run test:integ",
    "clean": "rm -Rf .nyc_output coverage/* test-results.xml",
    "setup-consul": "sh ./setup-consul.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpusCapita/service-client.git"
  },
  "keywords": [
    "inter-service-communication",
    "http",
    "REST"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/OpusCapita/service-client/issues"
  },
  "homepage": "https://github.com/OpusCapita/service-client#readme",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "@opuscapita/cache": "^1.3.0",
    "@opuscapita/config": "^3.1.17",
    "@opuscapita/logger": "^2.1.3",
    "bluebird": "^3.7.2",
    "bluebird-retry": "~0.11.0",
    "correlation-id": "^4.0.0",
    "extend": "^3.0.2",
    "stack-trace": "0.0.10",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@opuscapita/eslint-config-opuscapita-bnapp": "^2.3.0",
    "allure-commandline": "^2.24.1",
    "babel-eslint": "10.1.0",
    "chai": "^4.3.10",
    "chai-as-promised": "^7.1.1",
    "chai-nock": "^1.3.0",
    "eslint": "^8.52.0",
    "eslint-plugin-react": "^7.33.2",
    "express": "^4.18.2",
    "mocha": "^9.2.2",
    "mocha-allure-reporter": "^1.4.0",
    "mocha-junit-reporter": "^2.2.1",
    "mocha-multi-reporters": "^1.5.1",
    "mock-require": "^3.0.3",
    "nock": "^13.3.6",
    "nyc": "^15.1.0",
    "sinon": "^12.0.1"
  }
}
