{
    "name": "ibm-cloud-sdk-core",
    "version": "5.4.20",
    "description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",
    "main": "./index.js",
    "typings": "./es/index.d.ts",
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "git+https://github.com/IBM/node-sdk-core.git"
    },
    "keywords": [
        "ibm",
        "sdk",
        "openapi",
        "core"
    ],
    "author": "IBM Corp.",
    "contributors": [
        {
            "name": "Norbert Biczo",
            "email": "Norbert.Biczo@ibm.com"
        },
        {
            "name": "Lidia Tarcza",
            "email": "Lidia.Tarcza@ibm.com"
        },
        {
            "name": "Andras Felleg",
            "email": "Andras.Felleg@ibm.com"
        }
    ],
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "bugs": {
        "url": "https://github.com/IBM/node-sdk-core/issues"
    },
    "dependencies": {
        "@types/debug": "4.1.12",
        "@types/node": "18.19.80",
        "@types/tough-cookie": "4.0.0",
        "axios": "1.16.1",
        "camelcase": "6.3.0",
        "debug": "4.3.4",
        "dotenv": "16.4.5",
        "extend": "3.0.2",
        "file-type": "21.3.2",
        "form-data": "4.0.4",
        "isstream": "0.1.2",
        "jsonwebtoken": "9.0.3",
        "load-esm": "1.0.3",
        "mime-types": "2.1.35",
        "retry-axios": "2.6.0",
        "tough-cookie": "4.1.3"
    },
    "overrides": {
        "semver": "7.5.3",
        "micromatch": "4.0.8",
        "eslint": {
            "js-yaml": "3.14.2",
            "minimatch": "3.1.5"
        }
    },
    "browser": {
        "./auth/utils/read-credentials-file": "./auth/utils/read-credentials-file.browser"
    },
    "engines": {
        "node": ">=20"
    }
}
