el-bot
Version:
A quick qq bot framework for mirai.
19 lines (18 loc) • 334 B
JSON
{
"name": "search",
"version": "0.0.5",
"private": true,
"description": "引擎搜索",
"author": {
"name": "YunYouJun",
"url": "https://www.yunyoujun.cn",
"email": "me@yunyoujun.cn"
},
"license": "AGPL-3.0",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
}
}
}