{
  "name": "@agentkitai/pricing",
  "version": "0.4.0",
  "description": "Centralized LLM model pricing for the AgentKit suite, sourced from LiteLLM's published prices with an embedded fallback.",
  "type": "module",
  "license": "MIT",
  "author": "Amit Paz",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentkitai/agentlens.git",
    "directory": "packages/pricing"
  },
  "homepage": "https://github.com/agentkitai/agentlens/tree/main/packages/pricing",
  "bugs": {
    "url": "https://github.com/agentkitai/agentlens/issues"
  },
  "keywords": [
    "llm",
    "pricing",
    "cost",
    "litellm",
    "tokens",
    "agentkit"
  ],
  "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"
  }
}
