{
  "name": "omp-wechat",
  "version": "1.9.0",
  "description": "OMP/Pi extension: bridge WeChat messages to OMP's AI engine via the iLink Bot API",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target bun --external omp-legacy-pi-modules --external '@oh-my-pi/*' --external '@earendil-works/*'",
    "typecheck": "tsc --noEmit"
  },
  "omp": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "keywords": [
    "omp",
    "pi",
    "omp-plugin",
    "pi-package",
    "pi-extension",
    "wechat",
    "weixin",
    "ilink",
    "bridge",
    "bot"
  ],
  "license": "MIT",
  "author": "liujiangnan",
  "dependencies": {
    "qrcode-terminal": "^0.12.0"
  },
  "devDependencies": {
    "@oh-my-pi/pi-coding-agent": "latest",
    "@types/bun": "latest",
    "typescript": "latest"
  }
}
