{ "name": "dsn-finance", "version": "0.1.0", "description": "DeepSeek Harness finance plugin: direct market HTTP APIs, portfolio settings, model tools", "type": "module", "main": "./lib/index.js", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/client/index.d.ts", "default": "./lib/client/wrapped-bundle.js" }, "./package.json": "./package.json" }, "files": [ "lib", "skills", "scripts", "cordis.patch.yml" ], "scripts": { "build": "tsc -p tsconfig.json && node scripts/build-client.mjs", "prepare": "npm run build", "probe": "tsx scripts/probe_sources.ts --out data/probe-report.json", "test:avail": "tsx scripts/test_availability.ts", "web:restart": "bash scripts/restart_web.sh" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-settings-plugins" ] } }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.0", "@deepseek-ai/dsh-host-webserver": ">=0.1.0-rc.7", "@deepseek-ai/dsh-skill": ">=0.1.0-rc.7", "@deepseek-ai/dsh-skill-filesystem": ">=0.1.0-rc.7", "@deepseek-ai/dsh-settings": ">=0.1.0-rc.7", "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.7", "@deepseek-ai/dsh-tools": ">=0.1.0-rc.7", "@deepseek-ai/dsh-web": ">=0.1.0-rc.7", "@deepseek-ai/schemastery": ">=3.18.0", "react": ">=18" }, "peerDependenciesMeta": { "react": { "optional": true }, "@deepseek-ai/dsh-client-ui-settings-plugins": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh": "^0.1.0-rc.7", "@deepseek-ai/dsh-settings": "0.1.0-rc.7", "@deepseek-ai/dsh-skill": "0.1.0-rc.7", "@deepseek-ai/dsh-skill-filesystem": "0.1.0-rc.7", "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.7", "@deepseek-ai/dsh-tools": "0.1.0-rc.7", "@deepseek-ai/schemastery": "3.18.1", "@types/node": "^22.13.10", "@types/react": "^19.0.10", "esbuild": "^0.28.2", "react": "^19.0.0", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", "tsx": "^4.19.3", "typescript": "^5.8.2" }, "engines": { "node": ">=20" }, "license": "MIT", "dependencies": { "@deepseek-ai/cordis-plugin-group": "^1.0.1", "@deepseek-ai/dsh-anonymous-user-id": "^0.1.0-rc.7", "@deepseek-ai/dsh-atomic-write": "^0.1.0-rc.7", "@deepseek-ai/dsh-bash-local": "^0.1.0-rc.7", "@deepseek-ai/dsh-code-runtime": "^0.1.0-rc.7", "@deepseek-ai/dsh-compaction": "^0.1.0-rc.7", "@deepseek-ai/dsh-fs": "^0.1.0-rc.7", "@deepseek-ai/dsh-invariants": "^0.1.0-rc.7", "@deepseek-ai/dsh-mcp-client": "^0.1.0-rc.7", "@deepseek-ai/dsh-output-retention": "^0.1.0-rc.7", "@deepseek-ai/dsh-sandbox": "^0.1.0-rc.7", "@deepseek-ai/dsh-scope": "^0.1.0-rc.7", "@deepseek-ai/dsh-session-telemetry": "^0.1.0-rc.7", "@deepseek-ai/dsh-session-title-llm": "^0.1.0-rc.7", "@deepseek-ai/dsh-shell": "^0.1.0-rc.7", "@deepseek-ai/dsh-spill": "^0.1.0-rc.7", "@deepseek-ai/dsh-subagent-in-process-driver": "^0.1.0-rc.7", "@deepseek-ai/dsh-subprocess": "^0.1.0-rc.7", "@deepseek-ai/dsh-timeout": "^0.1.0-rc.7", "@deepseek-ai/dsh-workflow": "^0.1.0-rc.7" } }