koishi-plugin-yunzai
Version:
a yunzai adapter for koishi
48 lines (47 loc) • 996 B
JSON
{
"name": "koishi-plugin-yunzai",
"description": "a yunzai adapter for koishi",
"version": "1.0.0-alpha.0",
"repository": "https://github.com/kunzaijs/koishi-plugin-yunzai",
"author": "KunzaiBot.js",
"contributors": [
"Lipraty <i@lonay.me>",
"TimeBather <2387911242@qq.com>",
"KunzaiBot.js"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"scripts": {},
"koishi": {
"description": {
"zh": "🪄 (开发中) 云崽适配器",
"en": "🪄 (Developing)YunzaiBot adapter for koishi"
},
"category": "gametool",
"preview": true
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"adapter",
"yunzai-bot",
"yunzai",
"云崽"
],
"peerDependencies": {
"koishi": "^4.11.1",
"koishi-plugin-puppeteer": "^3.4.1",
"@koishijs/cache": "^0.1.0"
},
"peerDependenciesMeta": {
"@koishijs/cache": {
"optional": true
}
}
}