{ "name": "dsh-lark-bridge", "version": "0.1.0", "description": "Bidirectional Lark/Feishu control bridge for DeepSeek Harness", "author": "Ethan Zhao", "license": "MIT", "homepage": "https://github.com/imetn/dsh-lark-bridge#readme", "repository": { "type": "git", "url": "git+https://github.com/imetn/dsh-lark-bridge.git" }, "bugs": { "url": "https://github.com/imetn/dsh-lark-bridge/issues" }, "keywords": [ "dsh-plugin", "deepseek", "deepseek-harness", "feishu", "lark", "agent", "bot" ], "type": "module", "bin": { "dsh-lark": "./lib/cli.js", "dsh-lark-bridge": "./lib/cli.js" }, "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "SECURITY.md", "LICENSE" ], "scripts": { "build": "node build.mjs", "typecheck": "tsc --noEmit", "test": "vitest run", "test:built": "node scripts/check-built.mjs", "check": "pnpm run typecheck && pnpm run test && pnpm run build && pnpm run test:built", "prepack": "pnpm run check" }, "engines": { "node": ">=22" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.6", "@deepseek-ai/dsh-agent-default-model": "^0.1.0-rc.6", "@deepseek-ai/dsh-attachment": "^0.1.0-rc.6", "@deepseek-ai/dsh-commands": "^0.1.0-rc.6", "@deepseek-ai/dsh-credentials": "^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/dsh-session-persistence": "^0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/dsh-tool-ask-user": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/dsh-user-approval": "^0.1.0-rc.6", "@deepseek-ai/dsh-user-questions": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-attachment": { "optional": true }, "@deepseek-ai/dsh-commands": { "optional": true }, "@deepseek-ai/dsh-session-persistence": { "optional": true }, "@deepseek-ai/dsh-user-approval": { "optional": true }, "@deepseek-ai/dsh-user-questions": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/cordis-plugin-loader": "1.0.2", "@deepseek-ai/dsh-agent": "0.1.0-rc.6", "@deepseek-ai/dsh-agent-default-model": "0.1.0-rc.6", "@deepseek-ai/dsh-attachment": "0.1.0-rc.6", "@deepseek-ai/dsh-commands": "0.1.0-rc.6", "@deepseek-ai/dsh-credentials": "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/dsh-session-persistence": "0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.6", "@deepseek-ai/dsh-tool-ask-user": "0.1.0-rc.6", "@deepseek-ai/dsh-tools": "0.1.0-rc.6", "@deepseek-ai/dsh-user-approval": "0.1.0-rc.6", "@deepseek-ai/dsh-user-questions": "0.1.0-rc.6", "@deepseek-ai/schemastery": "3.18.1", "@larksuiteoapi/node-sdk": "1.73.0", "@types/node": "^24.0.0", "esbuild": "0.28.1", "typescript": "^6.0.3", "vitest": "^4.1.8", "yaml": "2.8.1" }, "packageManager": "pnpm@11.21.0" }