{
  "name": "dsh-quant",
  "version": "0.90.0",
  "description": "🐳 The Everything-Plugin Quant OS — AI-native & DSH-native: 46 tools, 6 pluggable domains (data/alpha/ML/risk/execution), one end-to-end PDAT→PET pipeline. Methods open, secrets internal.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "dsh",
    "dsh-plugin",
    "deepseek-harness",
    "quant",
    "trading",
    "technical-analysis",
    "indicators",
    "backtest"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "files": [
    "lib",
    "cordis.patch.yml",
    "mcp",
    "docs",
    "log",
    "skill",
    "tool-use",
    "memory",
    "rag",
    "benchmark",
    "eval",
    "plan",
    "README.md",
    "NEWS.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "demos",
    "quant-history",
    "quant-repo",
    "plugin",
    "AGENTS.md",
    "CLAUDE.md",
    "cli"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test:unit": "tsx --test tests/indicators.spec.ts tests/indicators-extra.spec.ts tests/market.spec.ts tests/backtest.spec.ts tests/strategies.spec.ts tests/data-guide.spec.ts tests/quality.spec.ts tests/stats.spec.ts tests/factor.spec.ts tests/factor-neutralize.spec.ts tests/decay-optimizer.spec.ts tests/layered-attribution.spec.ts tests/validation-tools.spec.ts tests/trading-cost-rebalance.spec.ts tests/chart.spec.ts tests/metrics.spec.ts tests/risk.spec.ts tests/risk-kupiec.spec.ts tests/transform.spec.ts tests/community.spec.ts tests/factor-extra.spec.ts tests/walkforward.spec.ts tests/drawdown.spec.ts tests/execute.spec.ts tests/market-sina.spec.ts tests/pipeline.spec.ts tests/linear.spec.ts tests/market-yahoo.spec.ts tests/bond.spec.ts tests/options.spec.ts",
    "test:loader": "tsx --test tests/loader-composition.spec.ts",
    "test:verify": "tsx verify.ts",
    "test": "npm run test:unit && npm run test:loader",
    "prepublishOnly": "npm run build && npm test",
    "gen:tools": "tsx scripts/gen-tools-json.ts"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.0",
    "@deepseek-ai/dsh-tools": "^0.1.0-rc.5",
    "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.5"
  },
  "devDependencies": {
    "@deepseek-ai/cordis": "^4.0.0",
    "@deepseek-ai/dsh-tools": "^0.1.0-rc.5",
    "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.5",
    "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
    "@deepseek-ai/cordis-plugin-include": "^1.0.6",
    "@types/node": "^24.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  },
  "bin": {
    "dsh-quant": "./cli/main.mjs"
  }
}
