{ "name": "@jackwener/wx-cli", "version": "0.6.3", "description": "Query your local WeChat data from the command line. Designed for LLM agent tool calls.", "bin": { "wx": "bin/wx.js" }, "scripts": { "postinstall": "node install.js" }, "files": [ "bin/", "install.js" ], "optionalDependencies": { "@jackwener/wx-cli-darwin-arm64": "0.6.3", "@jackwener/wx-cli-darwin-x64": "0.6.3", "@jackwener/wx-cli-linux-x64": "0.6.3", "@jackwener/wx-cli-linux-arm64": "0.6.3", "@jackwener/wx-cli-win32-x64": "0.6.3" }, "engines": { "node": ">=14" }, "keywords": [ "wechat", "cli", "wx", "llm", "ai", "sqlite", "sqlcipher" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/botiverse/wx-cli" }, "publishConfig": { "access": "public" } }