{
  "name": "@qlik/api",
  "description": "Exposes functions for interacting with Qlik apis",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qlik-oss/qlik-api-ts.git"
  },
  "license": "ISC",
  "type": "module",
  "browser": {
    "fs": false
  },
  "dependencies": {
    "enigma.js": "^2.14.0",
    "extend": "3.0.2",
    "lodash-es": "^4.18.1",
    "ws": "^8.20.0"
  },
  "packageManager": "pnpm@10.33.0",
  "engines": {
    "node": ">=20"
  },
  "exports": {
    ".": "./index.js",
    "./analytics": "./analytics.js",
    "./analytics/change-stores": "./analytics/change-stores.js",
    "./api-keys": "./api-keys.js",
    "./apps": "./apps.js",
    "./assistants": "./assistants.js",
    "./audits": "./audits.js",
    "./automation-connections": "./automation-connections.js",
    "./automation-connectors": "./automation-connectors.js",
    "./automations": "./automations.js",
    "./automl-deployments": "./automl-deployments.js",
    "./automl-predictions": "./automl-predictions.js",
    "./banners": "./banners.js",
    "./brands": "./brands.js",
    "./collections": "./collections.js",
    "./conditions": "./conditions.js",
    "./consumption": "./consumption.js",
    "./core": "./core.js",
    "./core/ip-policies": "./core/ip-policies.js",
    "./csp-origins": "./csp-origins.js",
    "./csrf-token": "./csrf-token.js",
    "./data-alerts": "./data-alerts.js",
    "./data-assets": "./data-assets.js",
    "./data-connections": "./data-connections.js",
    "./data-credentials": "./data-credentials.js",
    "./data-files": "./data-files.js",
    "./data-governance": "./data-governance.js",
    "./data-governance/data-products": "./data-governance/data-products.js",
    "./data-qualities": "./data-qualities.js",
    "./data-sets": "./data-sets.js",
    "./data-sources": "./data-sources.js",
    "./data-stores": "./data-stores.js",
    "./dcaas": "./dcaas.js",
    "./di-projects": "./di-projects.js",
    "./direct-access-agents": "./direct-access-agents.js",
    "./encryption": "./encryption.js",
    "./extensions": "./extensions.js",
    "./glossaries": "./glossaries.js",
    "./groups": "./groups.js",
    "./identity-providers": "./identity-providers.js",
    "./items": "./items.js",
    "./knowledgebases": "./knowledgebases.js",
    "./licenses": "./licenses.js",
    "./lineage-graphs": "./lineage-graphs.js",
    "./ml": "./ml.js",
    "./notes": "./notes.js",
    "./notifications": "./notifications.js",
    "./oauth-clients": "./oauth-clients.js",
    "./oauth-tokens": "./oauth-tokens.js",
    "./questions": "./questions.js",
    "./quotas": "./quotas.js",
    "./reload-tasks": "./reload-tasks.js",
    "./reloads": "./reloads.js",
    "./report-templates": "./report-templates.js",
    "./reports": "./reports.js",
    "./roles": "./roles.js",
    "./sharing-tasks": "./sharing-tasks.js",
    "./spaces": "./spaces.js",
    "./tasks": "./tasks.js",
    "./temp-contents": "./temp-contents.js",
    "./tenant-settings": "./tenant-settings.js",
    "./tenants": "./tenants.js",
    "./themes": "./themes.js",
    "./transports": "./transports.js",
    "./ui-config": "./ui-config.js",
    "./users": "./users.js",
    "./web-integrations": "./web-integrations.js",
    "./web-notifications": "./web-notifications.js",
    "./webhooks": "./webhooks.js",
    "./workflows": "./workflows.js",
    "./workflows/automation-connections": "./workflows/automation-connections.js",
    "./workflows/automation-connectors": "./workflows/automation-connectors.js",
    "./workflows/automations": "./workflows/automations.js",
    "./auth": "./auth.js",
    "./interceptors": "./interceptors.js",
    "./qix": "./qix.js"
  },
  "version": "2.7.0"
}
