{ "name": "@avernet-plugin/deepseek-harness-channel-bcn", "version": "0.1.0", "description": "DeepSeek Harness channel bundle for the Avernet Bot Collaboration Network.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "dsh-bcn-configure": "dist/configure.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "dist", "cordis.patch.yml", "install-dsh.sh", "README.md", "LEGAL.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "build": "tsc -p tsconfig.build.json", "postbuild": "node -e \"require('node:fs').chmodSync('dist/configure.js', 0o755)\"", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "node --import tsx --test test/*.test.ts", "ci": "npm run typecheck && npm test && npm run build && npm pack --dry-run", "prepack": "npm run build" }, "dependencies": { "js-yaml": "^4.2.0", "ws": "^8.18.3" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-agent": "0.1.1-rc.2", "@deepseek-ai/dsh-credentials": "0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.1-rc.2", "@deepseek-ai/dsh-session-persistence": "0.1.1-rc.2", "@deepseek-ai/dsh-tools": "0.1.1-rc.2", "@deepseek-ai/schemastery": "3.18.1", "@types/js-yaml": "^4.0.9", "@types/node": "^22.15.0", "@types/ws": "^8.5.13", "tsx": "^4.20.6", "typescript": "^5.9.2" }, "engines": { "node": ">=22.19.0" }, "repository": { "type": "git", "url": "git+https://github.com/inclusionAI/Avernet.git", "directory": "src/bcs/crates/plugins/deepseek-harness-channel-bcn" }, "keywords": [ "deepseek-harness", "dsh-plugin", "cordis", "bcn", "bcs", "multi-agent" ], "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" } }