Files
wx-cli-again/npm/wx-cli/package.json
T
jackwener 077a54cbfe Initial commit: wx-cli again
Fresh start from botiverse/wx-cli (working tree at main, no prior history).
2026-09-14 15:43:35 +08:00

43 lines
876 B
JSON

{
"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"
}
}