{ "name": "@fmode/wechat-cli", "version": "0.1.2", "description": "Local CLI wrapping the wechat-agent backend — consumed by the wechat OpenClaw skill for out-of-band WeChat operations (contact search, history, send-to-third-party, etc.). Sibling to the @fmode/openclaw-wechat-agent channel plugin.", "type": "module", "private": true, "bin": { "wecli": "./dist/wecli.js" }, "engines": { "node": ">=20" }, "scripts": { "typecheck": "tsc --noEmit", "build": "node scripts/build.mjs", "prepack": "npm run typecheck && npm run build", "pack:tgz": "npm run prepack && npm pack", "start": "node dist/wecli.js" }, "files": [ "dist/wecli.js", "README.md" ], "devDependencies": { "@types/node": "^22.0.0", "esbuild": "^0.24.0", "typescript": "^5.6.0" } }