UNPKG

@koishijs/plugin-adapter-whatsapp

Version:
49 lines 1.01 kB
{ "name": "@koishijs/plugin-adapter-whatsapp", "description": "WhatsApp Adapter for Koishi", "version": "2.6.0", "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/koishijs/upstream.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.18.11" }, "devDependencies": { "koishi": "^4.18.11" }, "dependencies": { "@satorijs/adapter-whatsapp": "^2.6.0" } }