{
  "name": "@sap/service-provider-apis",
  "version": "2.10.4",
  "main": "out/src/index.js",
  "dependencies": {
    "axios": "1.17.0",
    "xml2js": "0.6.2"
  },
  "files": [
    "out"
  ],
  "devDependencies": {
    "@changesets/cli": "2.31.0",
    "@istanbuljs/nyc-config-typescript": "1.0.2",
    "@types/chai": "4.3.5",
    "@types/chai-as-promised": "7.1.8",
    "@types/mocha": "10.0.10",
    "@types/node": "22.19.1",
    "@types/sinon": "17.0.4",
    "@types/xml2js": "0.4.14",
    "@typescript-eslint/eslint-plugin": "8.61.0",
    "@typescript-eslint/parser": "8.61.0",
    "chai": "4.4.1",
    "chai-as-promised": "7.1.2",
    "eslint": "8.57.0",
    "eslint-config-prettier": "6.15.0",
    "eslint-plugin-chai-friendly": "1.2.0",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-prettier": "5.1.3",
    "husky": "9.1.7",
    "lint-staged": "17.0.7",
    "mocha": "11.7.6",
    "mocha-junit-reporter": "2.2.1",
    "nyc": "18.0.0",
    "prettier": "3.8.4",
    "sinon": "19.0.0",
    "ts-node": "10.9.2",
    "typedoc": "0.28.19",
    "typedoc-plugin-markdown": "4.12.0",
    "typescript": "5.8.3"
  },
  "scripts": {
    "compile": "tsc -p ./",
    "prepublishOnly": "npm run compile",
    "pretest": "npm run compile",
    "test": "nyc mocha --config ./.mocharc.json --reporter mocha-junit-reporter --reporter-options mochaFile=./junit-tests.xml",
    "format:fix": "prettier --write --ignore-path .gitignore \"**/*.@(ts|js|json|md)\"",
    "format:validate": "prettier --check --ignore-path .gitignore \"**/*.@(ts|js|json|md)\"",
    "install:ci": "npm config set registry=https://int.repositories.cloud.sap/artifactory/api/npm/build-releases-npm && npm config list && npm install",
    "ci": "npm run install:ci && npm run test && npm run lint",
    "lint": "eslint . --ext .ts --max-warnings=0",
    "changeset:version": "npx changeset version && npm run install:ci && npm run docs",
    "docs": "typedoc"
  }
}