@koishijs/plugin-adapter-whatsapp
Version:
WhatsApp Adapter for Koishi
49 lines • 1.01 kB
JSON
{
"name": "@koishijs/plugin-adapter-whatsapp",
"description": "WhatsApp Adapter for Koishi",
"version": "2.5.3",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"author": "LittleC <i@ltlec.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/satorijs/satori.git",
"directory": "adapters/whatsapp"
},
"bugs": {
"url": "https://github.com/satorijs/satori/issues"
},
"homepage": "https://koishi.chat/plugins/adapter/whatsapp.html",
"keywords": [
"bot",
"whatsapp",
"chatbot",
"koishi"
],
"koishi": {
"description": {
"en": "WhatsApp Adapter",
"zh": "WhatsApp 适配器"
},
"service": {
"implements": [
"adapter"
]
}
},
"peerDependencies": {
"koishi": "^4.17.7"
},
"devDependencies": {
"koishi": "^4.17.7"
},
"dependencies": {
"@satorijs/adapter-whatsapp": "^2.5.3"
}
}