{
  "name": "@sap/apihub-enterprise-service-provider",
  "version": "1.4.16",
  "description": "Provide service consumption of services from SAP API Business Hub",
  "main": "out/src/index.js",
  "license": "See LICENSE.txt",
  "files": [
    "out",
    "modules.json"
  ],
  "scripts": {
    "compile": "tsc -p ./",
    "watch": "tsc -watch -p ./",
    "pretest": "npm run compile",
    "lint": "eslint . --ext .ts --max-warnings=0",
    "prepublishOnly": "npm run compile",
    "test": "nyc mocha --config mocharc.js --reporter mocha-junit-reporter --reporter-options mochaFile=./junit-tests.xml",
    "format:fix": "prettier --write \"**/*.@(ts|js|json|md|yml)\"",
    "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",
    "changeset:version": "npx changeset version && npm run install:ci && npm run docs",
    "docs": "typedoc"
  },
  "keywords": [
    "service-provider",
    "contributer"
  ],
  "author": "SAP",
  "dependencies": {
    "@sap/service-provider-apis": "2.13.2",
    "url": "0.11.4",
    "vkbeautify": "0.99.3"
  },
  "devDependencies": {
    "@changesets/cli": "2.31.0",
    "@istanbuljs/nyc-config-typescript": "1.0.2",
    "@types/chai": "4.3.20",
    "@types/chai-as-promised": "7.1.8",
    "@types/mocha": "10.0.10",
    "@types/node": "22.19.1",
    "@types/sinon": "21.0.1",
    "@types/vkbeautify": "0.99.4",
    "@types/xml2js": "0.4.14",
    "@typescript-eslint/eslint-plugin": "8.59.2",
    "@typescript-eslint/parser": "8.59.2",
    "chai": "4.5.0",
    "chai-as-promised": "7.1.2",
    "eslint": "9.39.4",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-chai-friendly": "1.2.0",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-prettier": "5.5.5",
    "husky": "9.1.7",
    "lint-staged": "16.4.0",
    "mocha": "11.7.5",
    "mocha-junit-reporter": "2.2.1",
    "nyc": "18.0.0",
    "prettier": "3.8.3",
    "sinon": "21.1.2",
    "ts-node": "10.9.2",
    "typescript": "5.7.3",
    "typedoc": "0.28.19",
    "typedoc-plugin-markdown": "4.12.0"
  }
}