koishi-plugin-eula
Version:
EULA(End-user licence agreement) for your koishi bot.
39 lines (38 loc) • 929 B
JSON
{
"name": "koishi-plugin-eula",
"description": "EULA(End-user licence agreement) for your koishi bot.",
"version": "1.2.0",
"repository": "https://github.com/Lipraty/koishi-plugin-eula",
"author": "Lipraty <i@lonay.me>",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"scripts": {},
"koishi": {
"description": {
"zh": "⚡ 给 Koishi Bot 的使用添加一个《最终用户许可协议》",
"en": "⚡ Enable EULA(End-user licence agreement) for your Koishi bot",
"jp": "⚡ Koishi Bot を使用するためのエンド ユーザー ライセンス契約を追加する"
},
"service": {
"required": [
"database"
]
}
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"eula",
"用户许可协议",
"群管"
],
"peerDependencies": {
"koishi": "^4.12.0"
}
}