{
  "name": "@thinkhive/sdk",
  "version": "4.2.6",
  "description": "ThinkHive SDK v4.0 - AI agent observability with business metrics, ROI analytics, and 25+ trace format support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./instrumentation/openai": {
      "require": "./dist/instrumentation/openai.js",
      "types": "./dist/instrumentation/openai.d.ts"
    },
    "./instrumentation/langchain": {
      "require": "./dist/instrumentation/langchain.js",
      "types": "./dist/instrumentation/langchain.d.ts"
    },
    "./integrations/ticket-linking": {
      "require": "./dist/integrations/ticket-linking.js",
      "types": "./dist/integrations/ticket-linking.d.ts"
    },
    "./integrations/customer-context": {
      "require": "./dist/integrations/customer-context.js",
      "types": "./dist/integrations/customer-context.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "MIGRATION.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "thinkhive",
    "ai",
    "llm",
    "observability",
    "tracing",
    "opentelemetry",
    "explainability",
    "rag",
    "hallucination-detection",
    "business-impact",
    "langchain",
    "langgraph",
    "openai",
    "anthropic",
    "agent",
    "facts-vs-inferences",
    "calibration",
    "zendesk",
    "intercom",
    "customer-support"
  ],
  "author": "ThinkHive <support@thinkhive.ai>",
  "license": "MIT",
  "homepage": "https://thinkhive.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/Abdul-Omira/ThinkHiveMind.git",
    "directory": "thinkhive-js"
  },
  "bugs": {
    "url": "https://github.com/Abdul-Omira/ThinkHiveMind/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/exporter-trace-otlp-proto": "^0.213.0",
    "@opentelemetry/resources": "^2.6.0",
    "@opentelemetry/sdk-trace-base": "^2.6.0",
    "@opentelemetry/sdk-trace-node": "^2.6.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0"
  },
  "peerDependencies": {
    "@langchain/core": ">=0.1.0",
    "openai": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "openai": {
      "optional": true
    },
    "@langchain/core": {
      "optional": true
    }
  }
}
