1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/wechaty-wechaty-getting-started

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Huan Отправлено 13.04.2021 17:44 7cdcf91
{
"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"
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/wechaty-wechaty-getting-started.git
git@api.gitlife.ru:oschina-mirror/wechaty-wechaty-getting-started.git
oschina-mirror
wechaty-wechaty-getting-started
wechaty-wechaty-getting-started
master