{
  "name": "@agentkitai/agentlens-sdk",
  "version": "0.14.6",
  "description": "TypeScript SDK for the AgentLens API — programmatic access to agent observability data",
  "type": "module",
  "license": "MIT",
  "author": "Amit Paz",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentkitai/agentlens.git",
    "directory": "packages/sdk"
  },
  "homepage": "https://github.com/agentkitai/agentlens/tree/main/packages/sdk",
  "bugs": {
    "url": "https://github.com/agentkitai/agentlens/issues"
  },
  "keywords": [
    "agentlens",
    "ai-agents",
    "observability",
    "sdk",
    "client",
    "typescript",
    "api-client"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -b",
    "dev": "tsc -b --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@agentkitai/agentlens-core": "workspace:*"
  }
}
