{
  "name": "claude-glm-alt-installer",
  "version": "2.1.1",
  "description": "Cross-platform installer for Claude Code with Z.AI GLM models and multi-provider proxy. Run with: npx claude-glm-alt-installer",
  "keywords": [
    "claude",
    "claude-code",
    "glm",
    "z.ai",
    "openai",
    "openrouter",
    "gemini",
    "ai",
    "llm",
    "installer",
    "proxy"
  ],
  "homepage": "https://github.com/MohMaya/claude-glm-wrapper#readme",
  "bugs": {
    "url": "https://github.com/MohMaya/claude-glm-wrapper/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MohMaya/claude-glm-wrapper.git"
  },
  "license": "MIT",
  "author": "Joseph Stephenson-Mouzo",
  "contributors": [
    "Shivanshu Chaudhary"
  ],
  "type": "module",
  "bin": {
    "claude-glm-alt-installer": "bin/cli.js"
  },
  "files": [
    "bin/",
    "adapters/",
    "install.sh",
    "install.ps1",
    "tsconfig.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "preinstall": "node bin/preinstall.js",
    "start:proxy": "tsx adapters/anthropic-gateway.ts",
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@fastify/rate-limit": "^9.1.0",
    "dotenv": "^16.4.5",
    "eventsource-parser": "^1.1.2",
    "fastify": "^4.28.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@types/node": "^20.14.0",
    "@vitest/coverage-v8": "^2.1.8",
    "eslint": "^9.17.0",
    "tsx": "^4.15.6",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.18.2",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^2.1.8"
  }
}
