{ "name": "dsh-mail-bridge", "version": "0.1.0", "description": "DeepSeek Harness plugin: AgentMail 邮件驱动多智能体协作平台桥接", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "build": "tsc", "verify": "tsc --noEmit", "test": "node --test 'test/*.test.mjs'" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^0.1.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^6.0.3" } }