{
  "name": "llm-metrics",
  "version": "0.7.0",
  "description": "Metrics collection system for LLMs and AI agents. Tracks performance, latency, and usage metrics for agents, tools, and LLM requests.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit && tsc --project tsconfig.test.json",
    "test": "bun test tests",
    "test:watch": "bun test --watch tests",
    "test:coverage": "bun test tests --coverage",
    "prepublishOnly": "bun run build",
    "setup:npm-token": "bash scripts/setup-npm-token.sh"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^22.8.6",
    "bun-types": "^1.3.2",
    "typescript": "^5.6.3"
  },
  "keywords": [
    "llm",
    "llm-metrics",
    "ai-metrics",
    "agent-metrics",
    "metrics",
    "telemetry",
    "performance",
    "latency",
    "monitoring",
    "observability",
    "tool-metrics",
    "request-timing",
    "framework-agnostic",
    "openai",
    "anthropic",
    "ai-sdk"
  ],
  "engines": {
    "node": ">=22.0.0",
    "bun": ">=1.3.0"
  },
  "author": "Petru Arakiss",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Arakiss/llm-metrics.git"
  },
  "bugs": {
    "url": "https://github.com/Arakiss/llm-metrics/issues"
  },
  "homepage": "https://github.com/Arakiss/llm-metrics"
}
