23 Star 75 Fork 13

开源社 / wechat-robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
zhuangbiaowei 提交于 2020-07-31 10:27 . merge
{
"name": "wechaty-getting-started",
"version": "0.1.0",
"description": "Wechaty is a Wechat Bot SDK for Personal Account in Node.js",
"main": "index.js",
"engines": {
"node": ">= 10"
},
"scripts": {
"postinstall": "check-node-version --node \">= 10\"",
"start": "node examples/starter-bot.js",
"test": "node tests/smoke-testing.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chatie/wechaty-getting-started.git"
},
"keywords": [],
"author": "Huan LI <zixia@zixia.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chatie/wechaty-getting-started/issues"
},
"homepage": "https://github.com/Chatie/wechaty-getting-started#readme",
"dependencies": {
"javascript-state-machine": "^3.1.0",
"kue": "^0.11.6",
"mysql": "^2.18.0",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.0",
"rocksdb": "^4.1.0",
"simple-git": "^1.130.0",
"wechaty": "^0.29.42",
"wechaty-puppet": "^0.17.12",
"wechaty-puppet-padplus": "^0.3.11",
"xml2js": "^0.4.23",
"mem": ">=4.0.0",
"extend": ">=2.0.2"
},
"devDependencies": {
"check-node-version": "^3.2.0"
}
}
Python
1
https://gitee.com/kaiyuanshe/wechat-robot.git
git@gitee.com:kaiyuanshe/wechat-robot.git
kaiyuanshe
wechat-robot
wechat-robot
master

搜索帮助