{
  "name": "@agentkitai/agentlens-core",
  "version": "0.20.0",
  "description": "Core types, schemas, and utilities for AgentLens — AI agent observability platform",
  "type": "module",
  "license": "MIT",
  "author": "Amit Paz",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentkitai/agentlens.git",
    "directory": "packages/core"
  },
  "homepage": "https://github.com/agentkitai/agentlens/tree/main/packages/core",
  "bugs": {
    "url": "https://github.com/agentkitai/agentlens/issues"
  },
  "keywords": [
    "agentlens",
    "ai-agents",
    "observability",
    "mcp",
    "event-sourcing",
    "audit-trail",
    "types",
    "schemas",
    "zod"
  ],
  "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/pricing": "workspace:*",
    "ulid": "^3.0.2",
    "zod": "^4.4.3"
  }
}
