koishi-plugin-nrich
Version:
nrich implementation in Koishi
38 lines (37 loc) • 678 B
JSON
{
"name": "koishi-plugin-nrich",
"description": "nrich implementation in Koishi",
"version": "0.2.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"contributors": [
"WolfYangFan"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"nrich",
"internetdb",
"shodan"
],
"author": {
"name": "xiaozhu2007",
"email": "im@932.moe"
},
"repository": {
"type": "git",
"url": "git+https://git.xmsl.im/liuzhen932/koishi-plugin-nrich.git"
},
"peerDependencies": {
"koishi": "^4.18.10"
},
"dependencies": {
"@sentry/node-core": "^10.39.0"
}
}