{
  "name": "opik",
  "description": "Opik TypeScript and JavaScript SDK",
  "version": "1.6.13",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/comet-ml/opik.git",
    "directory": "blob/sdks/typescript"
  },
  "homepage": "https://www.comet.com/docs/opik/",
  "author": {
    "name": "Comet",
    "email": "support@comet.com",
    "url": "https://github.com/comet-ml"
  },
  "bugs": {
    "url": "https://github.com/comet-ml/opik/issues",
    "email": "support@comet.com"
  },
  "license": "Apache-2.0",
  "keywords": [
    "opik",
    "sdk",
    "javascript",
    "javascript-sdk",
    "typescript",
    "typescript-sdk",
    "comet"
  ],
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./vercel": {
      "types": "./dist/vercel/index.d.ts",
      "import": "./dist/vercel/index.js",
      "require": "./dist/vercel/index.cjs"
    },
    "./langchain": {
      "types": "./dist/langchain/index.d.ts",
      "import": "./dist/langchain/index.js",
      "require": "./dist/langchain/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsup",
    "watch": "tsup --watch",
    "lint": "eslint '**/*.{ts,tsx}'",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write 'src/**/*.{ts,tsx,js,jsx,json,md}'",
    "test": "vitest"
  },
  "devDependencies": {
    "@ai-sdk/openai": "^1.1.9",
    "@eslint/js": "^9.20.0",
    "@langchain/core": "^0.3.42",
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/auto-instrumentations-node": "^0.56.0",
    "@opentelemetry/sdk-node": "^0.57.1",
    "@types/ini": "^4.1.1",
    "@types/node-fetch": "^2.6.12",
    "@types/qs": "^6.9.17",
    "@types/readable-stream": "^4.0.18",
    "@types/url-join": "^4.0.3",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.16.0",
    "@typescript-eslint/parser": "^8.16.0",
    "ai": "^4.1.34",
    "eslint": "^9.20.0",
    "globals": "^15.14.0",
    "prettier": "^3.4.1",
    "tsup": "^8.3.6",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.24.0",
    "vite-tsconfig-paths": "^5.1.3",
    "vitest": "^3.0.5",
    "zod": "^3.24.1"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "ansi-escapes": "^7.0.0",
    "ini": "^5.0.0",
    "node-fetch": "^3.3.2",
    "qs": "^6.13.1",
    "readable-stream": "^4.7.0",
    "tslog": "^4.9.3",
    "url-join": "^5.0.0",
    "uuid": "^11.0.3"
  }
}
