cyberbot-core
Version:
cyberbot, 基于napcat-ts, nodejs,轻量qq机器人框架。
38 lines (36 loc) • 901 B
JSON
{
"name": "cyberbot-core",
"version": "0.3.3",
"bin": {
"cyberbot": "src/cli.js"
},
"description": "cyberbot, 基于napcat-ts, nodejs,轻量qq机器人框架。",
"main": "src/index.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"qq机器人",
"CyberBot",
"napcat-ts",
"cyberbot-core",
"napcat",
"NapCatQQ",
"qqbot"
],
"author": "星火",
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"axios": "^1.7.8",
"jiti": "^2.4.0",
"node-cron": "^3.0.3",
"node-napcat-ts": "^0.4.0",
"openai": "^4.86.2",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"systeminformation": "^5.25.11",
"tsx": "^4.19.2",
"cyberbot-core": "^0.3.3"
}
}