{
  "name": "@agentkitai/agentlens-cli",
  "version": "0.14.4",
  "description": "Command-line interface for AgentLens — query events, sessions, and manage your observability server",
  "type": "module",
  "license": "MIT",
  "author": "Amit Paz",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentkitai/agentlens.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/agentkitai/agentlens/tree/main/packages/cli",
  "bugs": {
    "url": "https://github.com/agentkitai/agentlens/issues"
  },
  "keywords": [
    "agentlens",
    "ai-agents",
    "observability",
    "cli",
    "command-line",
    "terminal"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "agentlens": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -b",
    "dev": "tsc -b --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@agentkitai/agentlens-sdk": "workspace:*"
  }
}
