{ "name": "@tencent-connect/dsh-qqbot", "version": "0.4.0", "description": "QQ Bot IM channel plugin for deepseek-harness (dsh)", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build", "lint": "eslint src/", "test": "vitest run", "clean": "rm -rf dist", "ci:prepare-test-pkg": "node scripts/prepare-test-pkg.js" }, "keywords": [ "deepseek-harness", "dsh", "qqbot", "cordis", "plugin" ], "license": "MIT", "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/tencent-connect/dsh-qqbot.git" }, "homepage": "https://github.com/tencent-connect/dsh-qqbot#readme", "bugs": { "url": "https://github.com/tencent-connect/dsh-qqbot/issues" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "dependencies": { "@tencent-connect/qqbot-connector": "1.2.0", "@tencent-connect/qqbot-nodejs": "^1.0.4", "js-yaml": "^4.1.0" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1", "@deepseek-ai/dsh-agent": ">=0.1.0-rc.6", "@deepseek-ai/dsh-llm": ">=0.1.0-rc.6", "@deepseek-ai/dsh-session": ">=0.1.0-rc.6", "@deepseek-ai/schemastery": ">=3.18.1", "@tencent-connect/qqbot-connector": "1.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": false }, "@deepseek-ai/schemastery": { "optional": false }, "@deepseek-ai/dsh-agent": { "optional": false }, "@deepseek-ai/dsh-session": { "optional": false }, "@deepseek-ai/dsh-llm": { "optional": false } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh-agent": "0.1.0-rc.6", "@deepseek-ai/dsh-llm": "0.1.0-rc.6", "@deepseek-ai/dsh-session": "0.1.0-rc.6", "@deepseek-ai/schemastery": "3.18.1", "@types/js-yaml": "^4.0.9", "@types/node": "^26.2.0", "typescript": "^5.5.0", "vitest": "^4.1.8" } }