{
  "name": "@sap-ux/axios-extension",
  "version": "2.0.8",
  "description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/SAP/open-ux-tools.git",
    "directory": "packages/axios-extension"
  },
  "bugs": {
    "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aaxios-extension"
  },
  "license": "Apache-2.0",
  "private": false,
  "main": "dist/index.js",
  "dependencies": {
    "axios": "1.18.1",
    "detect-content-type": "1.2.0",
    "fast-xml-parser": "5.10.1",
    "lodash": "4.18.1",
    "open": "8.4.2",
    "qs": "6.15.3",
    "xpath": "0.0.34",
    "@xmldom/xmldom": "0.9.10",
    "https-proxy-agent": "7.0.6",
    "http-proxy-agent": "7.0.2",
    "proxy-from-env": "1.1.0",
    "@sap-ux/btp-utils": "2.0.6",
    "@sap-ux/logger": "1.0.3",
    "@sap-ux/feature-toggle": "1.0.5"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@sap-ux/vocabularies-types": "0.15.0",
    "@types/lodash": "4.17.24",
    "nock": "14.0.16",
    "supertest": "7.2.2",
    "@types/proxy-from-env": "1.0.4",
    "@sap-ux/project-access": "2.1.9"
  },
  "files": [
    "dist",
    "LICENSE",
    "!dist/*.map",
    "!dist/**/*.map"
  ],
  "engines": {
    "node": ">=22.x"
  },
  "scripts": {
    "build": "tsc --build",
    "watch": "tsc --watch",
    "clean": "rimraf --glob dist test/test-output coverage *.tsbuildinfo",
    "format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --ci --forceExit --detectOpenHandles --colors",
    "test-u": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --forceExit --detectOpenHandles --colors -u",
    "link": "pnpm link --global",
    "unlink": "pnpm unlink --global"
  }
}