{
  "name": "@imbios/coding-helper",
  "description": "CLI tool and Claude Code plugin for switching between Z.AI (GLM) and MiniMax API providers",
  "version": "2.1.0",
  "author": {
    "name": "Imamuzzaki Abu Salam",
    "email": "imamuzzaki@gmail.com",
    "url": "https://github.com/ImBIOS"
  },
  "bin": {
    "imbios": "./bin/imbios.js"
  },
  "dependencies": {
    "ansi-colors": "^1.1.0",
    "inquirer": "^10.2.2",
    "jsonc": "^2.0.0",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "@oclif/core": "^4.8.0",
    "@types/bun": "^1.3.8",
    "@types/inquirer": "^9.0.9",
    "@types/node": "^22.19.7",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "anthropic",
    "api",
    "claude-code",
    "cli",
    "glm",
    "minimax"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "bundle": "bun build src/cli.ts --outfile=bin/imbios.js --target=node --packages=external",
    "bundle:oclif": "bun build src/index.ts --outfile=bin/imbios.js --target=node --packages=external",
    "dev": "bun src/cli.ts",
    "format:ws": "bun x syncpack@alpha format",
    "link": "npm link",
    "prepare": "husky",
    "test": "bun test",
    "test:coverage": "bun test --coverage",
    "test:watch": "bun test --watch"
  },
  "type": "module"
}
