{
  "name": "tokenometer",
  "version": "2.1.0",
  "description": "Tokenometer CLI — LLM token cost + latency benchmarking across Claude, GPT-4o, Gemini, Mistral, and Cohere. Multi-format, empirical mode, vision tokens, SARIF output.",
  "license": "MIT",
  "author": "Faraazuddin Mohammed <mohdfaraaz1@gmail.com>",
  "homepage": "https://tokenometer.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faraa2m/tokenometer.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/faraa2m/tokenometer/issues"
  },
  "keywords": [
    "ai",
    "anthropic",
    "ci-cd",
    "claude",
    "claude-code",
    "claude-code-skill",
    "cli",
    "code-scanning",
    "codestral",
    "cohere",
    "command-r-08-2024",
    "cost",
    "cost-calculator",
    "cursor",
    "gemini",
    "github-action",
    "gpt",
    "gpt-4o",
    "latency",
    "llm",
    "llm-cost",
    "mistral",
    "mistral-7b",
    "mistral-large",
    "mixtral",
    "model-comparison",
    "multimodal",
    "openai",
    "pixtral",
    "prompt",
    "prompt-cost",
    "prompt-cost-regression",
    "prompt-engineering",
    "prompt-regression",
    "sarif",
    "tiktoken",
    "token",
    "token-budget",
    "tokenizer",
    "ttft",
    "vision-tokens",
    "vscode"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "tokenometer": "./dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": ["dist", "README.md"],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsc -b && chmod +x dist/index.js",
    "prepack": "chmod +x dist/index.js",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@tokenometer/core": "2.1.0",
    "image-size": "^2.0.2"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "typescript": "^5.7.2",
    "vitest": "^3.0.0"
  }
}
