{ "name": "qq-rag-llm", "version": "1.0.0", "author": { "name": "锦恢", "email": "1193466151@qq.com" }, "description": "用于QQ通信的 RAG LLM 机器人", "main": "./dist/main.js", "scripts": { "build": "tsc", "start": "serve dist", "serve": "tsc -w & serve dist", "test": "mocha" }, "dependencies": { "@ptkdev/logger": "^1.8.0", "@types/node": "^20.12.12", "axios": "^1.7.2", "fs": "^0.0.1-security", "json-bigint": "^1.0.0", "lagrange.onebot": "^1.0.8", "node-schedule": "^2.1.1", "ws": "^8.17.0", "yaml": "^2.4.2" }, "devDependencies": { "@sinonjs/referee-sinon": "^12.0.0", "@types/node-schedule": "^2.1.7", "@types/ws": "^8.5.10", "chai": "4.3.4", "jsverify": "^0.8.4", "knuth-shuffle": "^1.0.8", "mocha": "^10.4.0", "require-uncached": "^2.0.0", "serve": "^14.2.3", "shelljs": "^0.8.5", "should": "^13.2.3", "sinon": "^18.0.0", "typescript": "^5.4.5" } }