koishi-plugin-crypot-bot
Version:
BTC
27 lines (26 loc) • 440 B
JSON
{
"name": "koishi-plugin-crypot-bot",
"description": "BTC",
"version": "0.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"axios",
"https-proxy-agent"
],
"peerDependencies": {
"koishi": "^4.18.3"
},
"dependencies": {
"axios": "^1.7.9",
"https-proxy-agent": "^7.0.6"
}
}