{ "name": "dsh-open-in-ide", "version": "0.5.2", "description": "顶部栏「IDE」按钮:自动检测本机已安装的 IDE(VS Code / JetBrains / Cursor / Windsurf / Zed / Trae / VSCodium / Android Studio / Sublime Text 等),设默认后单击直达、点 ▾ 或右键可选其它,一键用其打开当前工作区目录;自定义 IDE 与默认 IDE 会持久化,界面文案支持中英文。", "license": "CC-BY-NC-4.0", "type": "module", "main": "./index.mjs", "exports": { ".": "./index.mjs", "./client": "./client.js", "./lib": "./lib.mjs", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "scripts": { "test": "node --test tests/detect.test.mjs tests/host.route.test.mjs" }, "repository": { "type": "git", "url": "https://github.com/LJninse/dsh-open-in-ide.git" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }, "files": [ "index.mjs", "lib.mjs", "client.js", "cordis.patch.yml", "README.md", "LICENSE", "tests/detect.test.mjs", "tests/host.route.test.mjs" ], "engines": { "dsh": ">=0.1.0-rc.6" }, "keywords": [ "deepseek-harness", "dsh", "plugin", "ide", "open-workspace", "vscode", "jetbrains" ] }