koishi-plugin-memos-connector
Version:
26 lines (25 loc) • 561 B
JSON
{
"name": "koishi-plugin-memos-connector",
"description": "连接并且操作memos服务器的数据",
"version": "1.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"homepage": "https://github.com/ancientElement/koishi-plugin-memos-connector",
"repository": {
"type": "git",
"url": "https://github.com/ancientElement/koishi-plugin-memos-connector"
},
"keywords": [
"memos",
"koishi",
"plugin"
],
"peerDependencies": {
"koishi": "^4.18.4"
}
}