{
  "name": "blackboxify",
  "version": "1.0.0",
  "description": "BlackboxAI API client with OpenAI-compatible interface, streaming support, multiple auth accounts, and token pricing",
  "type": "module",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/**/*",
    "README.md"
  ],
  "scripts": {
    "test": "node test.js",
    "start": "node index.js"
  },
  "keywords": [
    "blackbox",
    "blackboxai",
    "ai",
    "openai",
    "chat",
    "gpt",
    "completion",
    "streaming",
    "token-pricing",
    "multi-auth"
  ],
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.7"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
