{ "name": "dsh-synapse", "version": "0.4.1", "description": "A visual, non-linear conversation workspace plugin for DeepSeek Harness.", "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./client": "./client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "index.js", "client.js", "app.js", "deepseek-mark.svg", "styles.css", "docs", "cordis.patch.yml", "README.md", "LICENSE" ], "scripts": { "build": "node --check index.js && node --check client.js && node --check app.js", "prepare": "pnpm run build", "test": "node --test test/*.test.js" }, "engines": { "node": ">=22.19.0" }, "license": "MIT", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime" ], "immediately": false } } }