{ "name": "dsh-timeseries-workbench", "version": "0.1.0", "type": "module", "description": "DSH time-series workbench with durable file imports and isolated parsing.", "keywords": [ "dsh", "deepseek-harness", "timeseries", "forecasting", "dsh-bundle" ], "homepage": "https://github.com/Crash0524/Timeseries-Workbench-DSH#readme", "repository": { "type": "git", "url": "git+https://github.com/Crash0524/Timeseries-Workbench-DSH.git", "directory": "integrations/dsh" }, "exports": { ".": "./index.mjs", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-api-session-controller", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-store", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-ui-session" ], "platform": "web" } }, "files": [ "index.mjs", "bridge.mjs", "capabilities.mjs", "client", "server", "shared", "lib", "docs", "patches", "cordis.patch.yml", "scripts", "tests/*.mjs", "tests/*.ts", "tests/*.jsx", "tests/*.md", "tests/dsh-profile/package.json", "tests/dsh-profile/package-lock.json", "index.test.mjs", "bridge.test.mjs", "README.md", "assets" ], "scripts": { "build": "node scripts/build.mjs", "test": "node --test tests/*.test.mjs *.test.mjs", "test:browser": "node scripts/browser-smoke.mjs", "test:skill": "node scripts/skill-smoke.mjs", "stage": "node scripts/stage-package.mjs", "prepublishOnly": "node -e \"throw new Error('Publish the verified tarball created by npm run pack:plugin')\"" }, "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.51.0", "esbuild": "^0.25.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "dependencies": { "echarts": "5.6.0", "sharp": "0.35.3" } }