Files
cc-connect/npm/package.json
T
2026-06-02 23:14:41 +08:00

36 lines
777 B
JSON

{
"name": "cc-connect",
"version": "1.3.3-beta.4",
"description": "Bridge local AI coding agents (Claude Code, Cursor, Gemini CLI) to messaging platforms (Feishu, DingTalk, Slack, Telegram, Discord, LINE, WeChat Work)",
"keywords": [
"claude-code",
"ai-coding",
"feishu",
"dingtalk",
"slack",
"telegram",
"discord",
"line",
"wechat-work",
"chatbot",
"bridge"
],
"homepage": "https://github.com/chenhg5/cc-connect",
"repository": {
"type": "git",
"url": "https://github.com/chenhg5/cc-connect.git"
},
"license": "MIT",
"author": "chenhg5",
"bin": {
"cc-connect": "run.js"
},
"scripts": {
"postinstall": "node install.js"
},
"files": [
"install.js",
"run.js",
"README.md"
]
}