1 Star 0 Fork 0

shuaidaia/belly-wechat-bot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
belly.lin 提交于 2024-09-12 18:17 . 初始化项目
{
"name": "wechat-bot",
"version": "1.0.0-alpha.1",
"description": "wechat-bot",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node ./cli.js",
"format": "prettier --write ./src",
"start": "node ./cli.js",
"test": "node ./src/wechaty/testMessage.js",
"test-openai": "node ./src/openai/__test__.js",
"test-xunfei": "node ./src/xunfei/__test__.js",
"test-kimi": "node ./src/kimi/__test__.js",
"test-dify": "node ./src/dify/__test__.js",
"prepare": "husky"
},
"lint-staged": {
"*.{js,ts,md}": [
"prettier --write"
]
},
"bin": {
"we": "./cli.js",
"wb": "./cli.js",
"wechat-bot": "./cli.js"
},
"author": "百里",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"chatgpt": "^2.5.2",
"commander": "^12.0.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"inquirer": "^9.2.16",
"openai": "^4.52.0",
"p-timeout": "^6.0.0",
"qrcode-terminal": "^0.12.0",
"remark": "^14.0.2",
"strip-markdown": "^5.0.0",
"wechaty": "^1.20.2",
"wechaty-puppet-wechat4u": "^1.14.14",
"ws": "^8.16.0"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shuaidaia/belly-wechat-bot.git
git@gitee.com:shuaidaia/belly-wechat-bot.git
shuaidaia
belly-wechat-bot
belly-wechat-bot
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385