{
  "name": "@mojaloop/central-services-shared",
  "version": "18.37.0",
  "description": "Shared code for mojaloop central services",
  "license": "Apache-2.0",
  "author": "ModusBox",
  "contributors": [
    "ModusBox",
    "Dwolla"
  ],
  "homepage": "https://github.com/mojaloop/central-services-shared#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mojaloop/central-services-shared.git"
  },
  "bugs": {
    "url": "https://github.com/mojaloop/central-services-shared/issues"
  },
  "keywords": [
    "shared",
    "central",
    "services",
    "mojaloop"
  ],
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "imports": {
    "#src/*": "./src/*.js",
    "#test/*": "./test/*.js"
  },
  "pre-commit": [
    "lint",
    "test",
    "dep:check",
    "audit:check",
    "license:check"
  ],
  "scripts": {
    "pretest": "npm run lint",
    "standard": "npx standard",
    "standard:fix": "npm run standard -- --fix",
    "lint": "npm run standard",
    "lint:fix": "npm run standard:fix",
    "test": "npm run test:unit",
    "test:distLock": "npx tape 'test/unit/util/distLock/**/*.test.js'",
    "test:header": "npx tape 'test/unit/util/headerValidation/**/*.test.js'",
    "test:logging": "npx tape 'test/unit/util/hapi/plugins/loggingPlugin.test.js'",
    "test:headerValidation": "npx tape 'test/unit/util/hapi/plugins/headerValidation.test.js'",
    "test:endpoints": "npx tape 'test/unit/util/endpoints.test.js'",
    "test:mysql": "npx tape 'test/unit/mysql/**/*.test.js'",
    "test:participants": "npx tape 'test/unit/util/participants.test.js'",
    "test:trans": "npx tape 'test/unit/util/headers/transformer.test.js'",
    "test:unit": "npx tape 'test/unit/**/*.test.js' | tap-spec",
    "test:xunit": "npx tape 'test/unit/**/**.test.js' | tap-xunit > ./test/results/xunit.xml",
    "test:unit:header": "npx tape 'test/unit/util/headerValidation/**/*.test.js'",
    "test:coverage:mysql": "npx nyc --reporter=lcov --reporter=text tapes -- 'test/unit/mysql/**.test.js'",
    "test:coverage": "npx nyc --reporter=lcov --reporter=text-summary tapes -- 'test/unit/**/**.test.js'",
    "test:coverage-check": "npm run test:coverage && nyc check-coverage",
    "test:functional": "true",
    "test:integration": "true",
    "audit:fix": "npm audit fix",
    "audit:check": "npx audit-ci --config ./audit-ci.jsonc",
    "dep:check": "npx ncu -e 2",
    "dep:update": "npx ncu -u",
    "license:check": "npx @mojaloop/license-scanner-tool .",
    "release": "npx standard-version --no-verify --releaseCommitMessageFormat 'chore(release): {{currentTag}} [skip ci]'",
    "snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
  },
  "dependencies": {
    "@hapi/catbox": "12.1.1",
    "@hapi/catbox-memory": "5.0.1",
    "@hapi/hapi": "21.4.9",
    "@hapi/joi-date": "2.0.1",
    "@mojaloop/inter-scheme-proxy-cache-lib": "2.10.0",
    "@opentelemetry/api": "1.9.1",
    "async-exit-hook": "2.0.1",
    "async-retry": "1.3.3",
    "axios": "1.17.0",
    "clone": "2.1.2",
    "convict": "6.2.5",
    "dotenv": "17.4.2",
    "env-var": "7.5.0",
    "event-stream": "4.0.1",
    "fast-safe-stringify": "2.1.1",
    "immutable": "5.1.6",
    "ioredis": "5.6.1",
    "joi": "18.2.1",
    "lodash": "4.18.1",
    "mustache": "4.2.0",
    "openapi-backend": "5.17.0",
    "raw-body": "3.0.2",
    "rc": "1.2.8",
    "redlock": "5.0.0-beta.2",
    "shins": "2.6.0",
    "ulidx": "2.4.1",
    "uuid4": "2.0.3",
    "widdershins": "4.0.1",
    "yaml": "2.9.0"
  },
  "devDependencies": {
    "@mojaloop/central-services-error-handling": "13.1.6",
    "@mojaloop/central-services-logger": "11.10.4",
    "@mojaloop/central-services-metrics": "12.8.5",
    "@mojaloop/event-sdk": "14.8.4",
    "@opentelemetry/auto-instrumentations-node": "^0.77.0",
    "@mojaloop/license-scanner-tool": "^1.0.0",
    "@types/hapi__joi": "17.1.15",
    "ajv": "8.20.0",
    "ajv-formats": "^3.0.1",
    "ajv-keywords": "^5.1.0",
    "audit-ci": "7.1.0",
    "base64url": "3.0.1",
    "chance": "1.1.13",
    "npm-check-updates": "22.2.3",
    "nyc": "18.0.0",
    "portfinder": "1.0.38",
    "pre-commit": "2.0.0",
    "proxyquire": "2.1.3",
    "replace": "1.2.2",
    "rewire": "9.0.1",
    "sinon": "22.0.0",
    "standard": "17.1.2",
    "standard-version": "9.5.0",
    "tap-spec": "5.0.0",
    "tap-xunit": "2.4.1",
    "tape": "5.10.1",
    "tapes": "4.1.0"
  },
  "overrides": {
    "@grpc/grpc-js": "1.14.4",
    "axios": "1.17.0",
    "qs": "6.15.2",
    "brace-expansion": "1.1.13",
    "form-data": "4.0.5",
    "convict": "6.2.5",
    "nanoid": "3.3.11",
    "protobufjs": "8.2.0",
    "shins": {
      "ejs": "3.1.10",
      "sanitize-html": "2.17.5",
      "jsonpointer": "5.0.0",
      "markdown-it": "12.3.2"
    },
    "widdershins": {
      "markdown-it": "12.3.2",
      "swagger2openapi": "7.0.8"
    },
    "markdown-it": "12.3.2",
    "fast-xml-parser": "5.7.0",
    "trim": "0.0.3",
    "cross-spawn": "7.0.6",
    "yargs-parser": "21.1.1",
    "jws": "3.2.3",
    "validator": "13.15.22",
    "lodash": "4.18.1",
    "lodash-es": "4.18.1",
    "undici": "6.25.0",
    "@hapi/content": "6.0.2",
    "replace": {
      "minimatch": "3.1.4"
    },
    "path-to-regexp": "0.1.13",
    "picomatch": "2.3.2",
    "yaml": "2.9.0"
  },
  "peerDependencies": {
    "@mojaloop/central-services-error-handling": "13.x.x",
    "@mojaloop/central-services-logger": "11.x.x",
    "@mojaloop/central-services-metrics": "12.x.x",
    "@mojaloop/event-sdk": "14.x.x",
    "ajv": "8.x.x",
    "ajv-formats": "3.x.x",
    "ajv-keywords": "5.x.x",
    "knex": "3.x",
    "mysql2": "3.x"
  },
  "peerDependenciesMeta": {
    "@mojaloop/central-services-error-handling": {
      "optional": false
    },
    "@mojaloop/central-services-logger": {
      "optional": false
    },
    "@mojaloop/central-services-metrics": {
      "optional": false
    },
    "@mojaloop/event-sdk": {
      "optional": false
    },
    "ajv": {
      "optional": false
    },
    "ajv-keyboards": {
      "optional": false
    },
    "knex": {
      "optional": false
    },
    "mysql2": {
      "optional": false
    }
  },
  "standard": {
    "ignore": []
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "standard-version": {
    "scripts": {
      "postchangelog": "replace '\\[mojaloop/#(\\d+)\\]\\(https://github.com/mojaloop/(.*)/issues/(\\d+)\\)' '[mojaloop/#$1](https://github.com/mojaloop/project/issues/$1)' CHANGELOG.md"
    }
  }
}
