- Add npm package structure (@canghe_ai/wechat-cli) with platform-specific optionalDependencies - Add JS wrapper (bin/wechat-cli.js) and postinstall script - Add PyInstaller entry point and build script - Update scanner_macos.py for PyInstaller compatibility (sys._MEIPASS) - Update README with npm install instructions (macOS arm64) - Fix repo URLs to freestylefly/wechat-cli
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"name": "@canghe_ai/wechat-cli-darwin-x64",
|
|
"version": "0.2.0",
|
|
"description": "wechat-cli binary for macOS x64",
|
|
"os": ["darwin"],
|
|
"cpu": ["x64"],
|
|
"files": ["bin/"],
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|