{
  "name": "@dsh-bio/dsh-bio-genie",
  "version": "0.6.36",
  "description": "生物信息学「许愿式分析」插件：Python 执行器（bio_python：Biopython 全功能 + 出版级绘图）+ 57 个高频语义化工具（差异表达/GSEA、代谢建模/FBA、合成生物学设计、CRISPR、ML、文献检索、Addgene 质粒库、UniProt、单细胞 QC 等）+ 50 个 skill（1 主 skill + 17 领域配方 + 19 协议 + 5 研究方法 + 8 agent 指南）+ 零依赖自举 Python 环境（uv+venv 自动下载到插件私有目录）。用户下载安装即可许愿式分析。",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./client": "./lib/client.js",
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json"
  },
  "files": [
    "index.js",
    "cordis.patch.yml",
    "src/**/*.js",
    "lib/**/*.js",
    "skills/**/*.md",
    "prompts/**/*.md",
    "python/**",
    "!python/**/*.pyc",
    "preset/**/*",
    "scripts/install-preset.js",
    "docs/**/*.md",
    "README.md",
    "README.en.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md",
    "SKILL-PROVENANCE.yaml"
  ],
  "keywords": [
    "dsh",
    "deepseek-harness",
    "dsh-plugin",
    "bioinformatics",
    "biology",
    "bio-analysis",
    "biology-analysis",
    "biopython",
    "genomics",
    "sequence-analysis",
    "wish-coding",
    "python"
  ],
  "license": "MIT",
  "scripts": {
    "bench": "node scripts/test-throttle.mjs && node scripts/test-log.mjs && node scripts/test-memory.mjs && node scripts/test-skills.mjs && node scripts/test-recipe-runtime.mjs && node scripts/test-addons-status.mjs && node scripts/test-ops.mjs && node test/exitcode-check.mjs && node --import ./test/register-dsh-tools.mjs test/optional-injection.mjs && node scripts/run-python-test.mjs scripts/test-blast-params.py && node scripts/run-python-test.mjs test/test_entrez_db.py && node scripts/test-gem-adapter.mjs && node scripts/test-gem-http.mjs && node scripts/test-graft-adapter.mjs && node test/crispr-tier-label.mjs && node scripts/test-provenance-percent.mjs && node scripts/test-provenance-nested.mjs && node scripts/test-provenance-capacity.mjs && node scripts/test-rigor-guard-lifecycle.mjs && node scripts/test-doc-counts.mjs",
    "install:preset": "node scripts/install-preset.js",
    "postinstall": "node scripts/install-preset.js"
  },
  "engines": {
    "node": "^22.19 || >=24"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "inject": [
        "@deepseek-ai/dsh-client-runtime",
        "@deepseek-ai/dsh-client-ui-settings"
      ],
      "platform": "web"
    }
  },
  "peerDependencies": {
    "@deepseek-ai/dsh-tools": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-skill": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6"
  },
  "peerDependenciesMeta": {
    "@deepseek-ai/dsh-tools": { "optional": true },
    "@deepseek-ai/dsh-skill": { "optional": true },
    "@deepseek-ai/dsh-system-prompt": { "optional": true }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/moonbowterfly/dsh-bio-genie.git"
  },
  "homepage": "https://github.com/moonbowterfly/dsh-bio-genie",
  "bugs": {
    "url": "https://github.com/moonbowterfly/dsh-bio-genie/issues"
  }
}
