{
  "name": "llm-info",
  "version": "1.0.53",
  "description": "Information on LLM models, context window token limit, output token limit, pricing and more",
  "homepage": "https://eval.16x.engineer/",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/paradite/llm-info.git"
  },
  "main": "dist/index.js",
  "type": "module",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "compile": "tsup src/index.ts --dts --format esm,cjs",
    "prepublishOnly": "rm -rf ./dist && npm run compile",
    "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
    "test:openai": "jest test/openai.test.ts --runInBand"
  },
  "author": "paradite",
  "license": "MIT",
  "keywords": [
    "llm",
    "language model",
    "model",
    "info",
    "eval",
    "prompt",
    "token",
    "context-window",
    "pricing",
    "token-limit",
    "provider",
    "gpt",
    "claude",
    "gemini",
    "deepseek",
    "openai",
    "anthropic",
    "azure-openai",
    "deepseek",
    "openrouter",
    "google",
    "fireworks"
  ],
  "devDependencies": {
    "@google/genai": "^0.13.0",
    "@types/jest": "^29.5.12",
    "@xenova/transformers": "^2.17.2",
    "jest": "^29.7.0",
    "openai": "^4.82.0",
    "ts-jest": "^29.2.3",
    "ts-node": "^10.9.2",
    "tsup": "^8.2.0",
    "typescript": "^5.5.3"
  }
}
