{
  "name": "free-llm-api-provider",
  "version": "1.0.0",
  "description": "Local LLM proxy with automatic failover between 25+ free AI providers. Self-contained — no external dependencies.",
  "main": "src/cli.js",
  "bin": {
    "free-llm-api-provider": "src/cli.js",
    "flap": "src/cli.js"
  },
  "scripts": {
    "start": "node src/cli.js",
    "stop": "node src/cli.js --stop",
    "restart": "node src/cli.js --restart",
    "logs": "node src/cli.js --logs",
    "test": "node src/cli.js --test"
  },
  "keywords": [
    "llm",
    "proxy",
    "ai",
    "openai",
    "free",
    "api",
    "provider",
    "fallback",
    "failover",
    "groq",
    "openrouter",
    "nvidia",
    "cerebras",
    "sambanova",
    "coding",
    "cli"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {},
  "author": "Alex JM",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/alexjm19/free-llm-api-provider"
  },
  "bugs": {
    "url": "https://github.com/alexjm19/free-llm-api-provider/issues"
  },
  "homepage": "https://github.com/alexjm19/free-llm-api-provider#readme",
  "files": [
    "src/",
    "README.md",
    "LICENSE"
  ]
}
