{
  "name": "@mojaloop/ml-schema-transformer-lib",
  "version": "2.10.1",
  "description": "Shared component for ML schemas translation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mojaloop/ml-schema-transformer-lib.git"
  },
  "keywords": [
    "mojaloop",
    "library",
    "ml-schema-transformer-lib"
  ],
  "author": "Steven Oderayi (oderayi)",
  "contributors": [
    "Steven Oderayi <steven.oderayi@infitx.com>"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/mojaloop/ml-schema-transformer-lib/issues"
  },
  "homepage": "https://github.com/mojaloop/ml-schema-transformer-lib#readme",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.x"
  },
  "scripts": {
    "_phase:build": "npm run build",
    "prepare": "husky || true",
    "prepublishOnly": "npm run build",
    "lint": "eslint ./src/**/*.ts ./test/**/*.ts",
    "lint:fix": "npm run lint -- --fix",
    "build": "tsup",
    "docs": "typedoc",
    "test": "npm run test:unit",
    "test:functional": "true",
    "test:integration": "true",
    "test:unit": "vitest --test-timeout=11000 run test/unit/",
    "test:xunit": "npm run test:unit -- --reporter=junit --outputFile=./test/results/xunit.xml",
    "test:coverage": "npm run test:unit -- --coverage",
    "test:coverage-check": "npm run test:unit -- --coverage",
    "warn-pre-commit": "echo \"pre commit tasks running. build and test\"",
    "audit:fix": "npm audit fix",
    "audit:check": "npx audit-ci --config ./audit-ci.jsonc",
    "dep:check": "npx --no-install ncu -e 2",
    "dep:update": "npx --no-install ncu -u",
    "license:check": "npx @mojaloop/license-scanner-tool .",
    "release": "npx standard-version --no-verify --releaseCommitMessageFormat 'ci(release): {{currentTag}} [skip ci]'",
    "snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'ci(snapshot): {{currentTag}}'"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "12.1.0",
    "@mojaloop/api-snippets": "18.4.0",
    "@mojaloop/central-services-error-handling": "13.1.6",
    "@mojaloop/central-services-logger": "11.10.5",
    "@mojaloop/central-services-shared": "18.37.0",
    "ajv": "8.20.0",
    "fast-safe-stringify": "2.1.1",
    "ilp-packet": "3.1.3",
    "map-transform-cjs": "0.2.0",
    "node-cache": "5.1.2",
    "openapi-backend": "5.18.0",
    "swagger-parser": "10.0.3"
  },
  "overrides": {
    "@grpc/grpc-js": "1.14.4",
    "@mojaloop/central-services-shared": {
      "@mojaloop/central-services-error-handling": "13.1.6",
      "@mojaloop/central-services-logger": "11.10.5"
    },
    "brace-expansion": "2.0.3",
    "convict": "6.2.5",
    "esbuild": "0.28.1",
    "fast-xml-parser": "5.9.3",
    "form-data": "4.0.6",
    "immutable": "5.1.5",
    "js-yaml": "4.2.0",
    "lodash": "4.18.1",
    "lodash-es": "4.18.1",
    "markdown-it": "14.2.0",
    "minimatch": "10.2.5",
    "on-headers": "1.1.0",
    "path-to-regexp": "0.1.13",
    "protobufjs": "8.6.6",
    "qs": "6.15.2",
    "readdirp": {
      "picomatch": "2.3.2"
    },
    "undici": "7.28.0",
    "validator": "13.15.22",
    "yaml": "2.8.3",
    "shins": {
      "ejs": "3.1.10",
      "markdown-it": "14.2.0",
      "postcss": "8.5.10",
      "sanitize-html": "2.12.1"
    },
    "widdershins": {
      "jsonpointer": "5.0.0",
      "yargs-parser": "21.1.1",
      "markdown-it": "14.2.0",
      "swagger2openapi": "7.0.8"
    },
    "tsup": {
      "sucrase": {
        "glob": "10.5.0"
      }
    }
  },
  "devDependencies": {
    "@commitlint/cli": "21.2.0",
    "@commitlint/config-conventional": "21.2.0",
    "@mojaloop/license-scanner-tool": "^1.1.1",
    "@types/jest": "30.0.0",
    "@types/node": "24.13.2",
    "@typescript-eslint/eslint-plugin": "8.63.0",
    "@typescript-eslint/parser": "8.63.0",
    "@vitest/coverage-v8": "4.1.10",
    "audit-ci": "7.1.0",
    "@eslint/js": "^10.0.1",
    "eslint": "10.6.0",
    "eslint-config-prettier": "10.1.8",
    "globals": "17.7.0",
    "husky": "9.1.7",
    "lint-staged": "17.0.8",
    "npm-check-updates": "22.2.9",
    "prettier": "3.9.4",
    "standard-version": "9.5.0",
    "tsup": "^8.5.1",
    "typedoc": "0.28.20",
    "typedoc-theme-hierarchy": "6.0.0",
    "typescript": "6.0.3",
    "vitest": "4.1.10"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-musl": "4.62.2"
  },
  "standard-version": {
    "scripts": {
      "postchangelog": "node scripts/fix-changelog-links.js"
    }
  },
  "lint-staged": {
    "./src/*.ts": [
      "eslint --fix",
      "prettier --write --ignore-unknown"
    ]
  }
}
