2 Star 8 Fork 1

Wechaty/wechaty-getting-started

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
Huan 提交于 2021-04-13 22:44 +08:00 . update
{
"name": "wechaty-getting-started",
"version": "0.10.4",
"description": "Wechaty conversational SDK getting start template & examples",
"main": "examples/ding-dong-bot.js",
"engines": {
"node": ">= 12"
},
"scripts": {
"lint": "eslint \"examples/*.ts\"",
"start": "ts-node examples/ding-dong-bot.ts",
"start:js": "node examples/ding-dong-bot.js",
"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:puppet:service": "cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-service npm start",
"start:whatsapp:web": "cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-whatsapp npm start",
"test": "npm run lint && npm run test:version && npm run test:smoke",
"test:smoke": "ts-node tests/smoke-testing.ts",
"test:version": "check-node-version --node \">= 12\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/wechaty/wechaty-getting-started.git"
},
"keywords": [],
"author": "Huan LI <zixia@zixia.net>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wechaty/wechaty-getting-started/issues"
},
"homepage": "https://github.com/wechaty/wechaty-getting-started#readme",
"dependencies": {
"dotenv": "^8.2.0",
"qrcode-terminal": "^0.12.0",
"wechaty": "^0.60.3",
"wechaty-plugin-contrib": "^0.14.16"
},
"devDependencies": {
"@chatie/eslint-config": "^0.12.3",
"@chatie/git-scripts": "^0.6.2",
"@chatie/tsconfig": "^0.14.1",
"check-node-version": "^4.1.0",
"connect": "^3.7.0",
"cross-env": "^7.0.3",
"is-pr": "^2.0.0",
"marked": "^2.0.0",
"nodemon": "^2.0.7",
"wechaty-puppet-mock": "^0.28.2",
"wechaty-puppet-wechat": "^0.28",
"wechaty-puppet-wechat4u": "^0.18",
"wechaty-puppet-whatsapp": "0.2.3"
},
"git": {
"scripts": {
"pre-push": "npx git-scripts-pre-push"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wechaty/wechaty-getting-started.git
git@gitee.com:wechaty/wechaty-getting-started.git
wechaty
wechaty-getting-started
wechaty-getting-started
master

搜索帮助