{
  "name": "qq-codex-bridge",
  "version": "0.1.4",
  "description": "A bridge between QQ Official Bot and Codex Desktop, with media relay, STT, thread management, and incremental reply delivery.",
  "type": "module",
  "homepage": "https://github.com/983033995/qq-codex-bridge",
  "bugs": {
    "url": "https://github.com/983033995/qq-codex-bridge/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/983033995/qq-codex-bridge.git"
  },
  "keywords": [
    "bridge",
    "cdp",
    "codex",
    "electron",
    "qq",
    "qq-bot",
    "typescript"
  ],
  "bin": {
    "qq-codex-bridge": "bin/qq-codex-bridge.js",
    "qq-codex-weixin-gateway": "bin/qq-codex-weixin-gateway.js"
  },
  "files": [
    "bin",
    "dist/apps",
    "dist/packages",
    ".env.example",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsx --env-file=.env apps/bridge-daemon/src/dev.ts",
    "gitnexus:detect-changes": "node scripts/gitnexus-detect-changes.mjs",
    "weixin:login": "tsx --env-file=.env apps/weixin-gateway/src/dev.ts -- --weixin-login",
    "weixin:login:force": "tsx --env-file=.env apps/weixin-gateway/src/dev.ts -- --weixin-login-force",
    "weixin:logout": "tsx --env-file=.env apps/weixin-gateway/src/dev.ts -- --weixin-logout",
    "start": "node dist/apps/bridge-daemon/src/cli.js",
    "start:weixin-gateway": "node dist/apps/weixin-gateway/src/cli.js",
    "debug:codex-workers": "tsx apps/bridge-daemon/src/debug-codex-workers.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "check": "tsc -p tsconfig.json --noEmit",
    "prepare-release": "pnpm run build && npm pack --dry-run",
    "prepublishOnly": "pnpm run build"
  },
  "dependencies": {
    "better-sqlite3": "^11.7.0",
    "ws": "^8.18.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/node": "^22.13.10",
    "@types/ws": "^8.5.14",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2",
    "vitest": "^3.1.1"
  }
}
