koishi-plugin-rryth-test
Version:
人人有图画测试服
39 lines (38 loc) • 649 B
JSON
{
"name": "koishi-plugin-rryth-test",
"description": "人人有图画测试服",
"version": "0.0.8",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"rryth",
"rr",
"42"
],
"dependencies": {
"@satorijs/element": "^3.1.7"
},
"peerDependencies": {
"koishi": "^4.17.12",
"koishi-plugin-rr-image-censor": "^2.4.1"
},
"devDependencies": {
"@koishijs/censor": "^1.1.0"
},
"koishi": {
"browser": true,
"service": {
"optional": [
"censor"
]
}
}
}