{
  "name": "llm-proxyman",
  "bin": {
    "llm-proxyman": "src/index.js"
  },
  "version": "0.1.17",
  "description": "Local HTTP proxy that intercepts and inspects LLM API calls from Claude Code, Codex CLI, and OpenAI/Anthropic clients. Real-time web UI to view requests, responses, tokens, and timing. Routes to local LLM servers (Ollama, LM Studio, vLLM) or cloud APIs. MITM mode, SQLite persistence.",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js",
    "test": "node --test tests/store.test.js tests/sse.test.js tests/api.test.js tests/proxy.test.js tests/sqlite.test.js",
    "publish": "npm publish"
  },
  "files": [
    "src",
    "public",
    "Dockerfile",
    ".dockerignore"
  ],
  "homepage": "https://github.com/israelio/llm-proxyman",
  "bugs": {
    "url": "https://github.com/israelio/llm-proxyman/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/israelio/llm-proxyman"
  },
  "license": "MIT",
  "keywords": [
    "proxy",
    "mitm",
    "llm",
    "claude",
    "anthropic",
    "openai",
    "codex",
    "ollama",
    "lm-studio",
    "vllm",
    "gpt",
    "token",
    "token-tracking",
    "debugger",
    "inspector",
    "web-ui",
    "sse",
    "streaming",
    "sqlite",
    "docker",
    "local-llm",
    "api-proxy",
    "request-inspector",
    "response-inspector",
    "prompt",
    "anthropic-api",
    "openai-api",
    "claude-code",
    "token-count",
    "llm-proxy",
    "postman",
    "proxyman",
    "llm-proxyman",
    "llm-proxy",
    "llm proxy"
  ],
  "dependencies": {
    "dotenv": "^16.4.5",
    "express": "^4.19.2"
  },
  "devDependencies": {
    "supertest": "^7.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/israelio/llm-proxyman"
  }
}
