{
  "name": "@redhat-cloud-services/remediations-client",
  "version": "4.0.3",
  "description": "TypeScript client for Insights Remediations using Axios",
  "publishConfig": {
    "access": "public"
  },
  "main": "./index.js",
  "typings": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./esm/index.js",
      "default": "./index.js"
    },
    "./api": {
      "types": "./api.d.ts",
      "import": "./esm/api.js",
      "default": "./api.js"
    },
    "./*": {
      "types": "./*/index.d.ts",
      "import": "./esm/*/index.js",
      "default": "./*/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "api": [
        "./api.d.ts"
      ],
      "*": [
        "./*/index.d.ts"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RedHatInsights/javascript-clients.git"
  },
  "author": "Jozef Hartinger",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/RedHatInsights/javascript-clients/issues"
  },
  "homepage": "https://github.com/RedHatInsights/javascript-clients/tree/master/packages/remediations#readme",
  "scripts": {
    "doc": "typedoc"
  },
  "dependencies": {
    "@redhat-cloud-services/javascript-clients-shared": "^2.0.5",
    "tslib": "^2.6.2"
  }
}
