5 Star 41 Fork 19

mrLuo/微信机器人

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
mrLuo 提交于 2022-12-09 17:08 +08:00 . 傻瓜版微信机器人
{
"name": "wechaty-getting-started",
"version": "1.18.7",
"description": "Wechaty conversational SDK getting start template & examples",
"type": "module",
"engines": {
"node": ">=16",
"npm": ">=7"
},
"scripts": {
"build": "tsc",
"lint": "eslint \"examples/*.ts\" \"tests/*.ts\"",
"postinstall": "check-node-version --node \">=16\" --npm \">=7\"",
"cqrs": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node examples/cqrs/ding-dong-bot.ts ",
"start": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node examples/ding-dong-bot.ts",
"start:js": "node examples/ding-dong-bot.js",
"start:walnut": "cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-walnut npm start",
"start:service": "cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-service npm start",
"start:wechat:web": "cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-wechat npm start",
"start:wechat:padlocal": "cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-padlocal npm start",
"start:whatsapp:web": "cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-whatsapp npm start",
"test": "npm-run-all lint test:smoke",
"test:smoke": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" tap \"tests/**/*.spec.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/wechaty/getting-started.git"
},
"keywords": [],
"author": "Huan LI <zixia@zixia.net>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wechaty/getting-started/issues"
},
"homepage": "https://github.com/wechaty/getting-started#readme",
"dependencies": {
"dotenv": "^16.0.0",
"download": "^8.0.0",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"wechaty": "^1.18.1",
"wechaty-cqrs": "^0.7.5",
"wechaty-plugin-contrib": "^1.11.1",
"wechaty-puppet-wechat": "^1.18.4"
},
"devDependencies": {
"@chatie/eslint-config": "^1.0.4",
"@chatie/git-scripts": "^0.6.2",
"@chatie/tsconfig": "^4.6.3",
"@types/download": "^8.0.1",
"@types/jsonfile": "^6.1.0",
"@types/node-schedule": "^2.1.0",
"@types/qrcode-terminal": "^0.12.0",
"@types/request": "^2.48.8",
"check-node-version": "^4.2.1",
"is-pr": "^2.0.0"
},
"git": {
"scripts": {
"pre-push": "npx git-scripts-pre-push"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/a337477044/wechatrobot.git
git@gitee.com:a337477044/wechatrobot.git
a337477044
wechatrobot
微信机器人
master

搜索帮助