wx-cli/npm/wx-cli/package.json

31 lines
841 B
JSON

{
"name": "@jackwener/wx-cli",
"version": "0.1.4",
"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.1.4",
"@jackwener/wx-cli-darwin-x64": "0.1.4",
"@jackwener/wx-cli-linux-x64": "0.1.4",
"@jackwener/wx-cli-linux-arm64": "0.1.4",
"@jackwener/wx-cli-win32-x64": "0.1.4"
},
"engines": { "node": ">=14" },
"keywords": ["wechat", "cli", "wx", "llm", "ai", "sqlite", "sqlcipher"],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/jackwener/wx-cli"
},
"publishConfig": { "access": "public" }
}