{
  "name": "moda-ai",
  "version": "1.15.1",
  "description": "Official TypeScript/Node.js SDK for Moda AI analytics with automatic conversation threading",
  "author": "Moda",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "@opentelemetry/api": "^1.7.0",
    "@opentelemetry/exporter-trace-otlp-proto": "^0.49.0",
    "@opentelemetry/instrumentation": "^0.49.0",
    "@opentelemetry/resources": "^1.22.0",
    "@opentelemetry/sdk-trace-base": "^1.22.0",
    "@opentelemetry/sdk-trace-node": "^1.22.0",
    "@opentelemetry/semantic-conventions": "^1.22.0"
  },
  "peerDependencies": {
    "@anthropic-ai/sdk": ">=0.18.0",
    "openai": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "openai": {
      "optional": true
    },
    "@anthropic-ai/sdk": {
      "optional": true
    }
  },
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.72.1",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/node": "^20.11.0",
    "openai": "^6.17.0",
    "rollup": "^4.9.0",
    "rollup-plugin-dts": "^6.1.0",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3",
    "vitest": "^1.2.0"
  },
  "keywords": [
    "llm",
    "observability",
    "openai",
    "anthropic",
    "tracing",
    "opentelemetry",
    "moda"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/moda/moda-node.git"
  }
}
