{
  "name": "dsh-okf",
  "description": "DeepSeek Harness plugin: ingest research PDFs into a citable OKF markdown library, then search, graph, measure coverage, and write surveys in the same conversation",
  "version": "0.1.0",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1-CellBio/dsh-okf.git"
  },
  "homepage": "https://github.com/1-CellBio/dsh-okf#readme",
  "bugs": {
    "url": "https://github.com/1-CellBio/dsh-okf/issues"
  },
  "keywords": [
    "dsh",
    "dsh-plugin",
    "deepseek-harness",
    "knowledge-base",
    "knowledge-graph",
    "pdf",
    "literature",
    "survey",
    "citation",
    "rag"
  ],
  "engines": {
    "node": ">=20"
  },
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./client": "./lib/client.js",
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "cordis.patch.yml",
    "scripts/link-host-packages.mjs",
    "LICENSE",
    "README.md",
    "README.en.md"
  ],
  "scripts": {
    "build": "rm -rf lib && tsdown --config tsdown.config.ts",
    "prepare": "rm -rf lib && tsdown --config tsdown.config.ts",
    "postinstall": "node scripts/link-host-packages.mjs",
    "pack:release": "pnpm run build && pnpm pack"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web",
      "inject": [
        "@deepseek-ai/dsh-client-ui-tool",
        "@deepseek-ai/dsh-client-locale",
        "@deepseek-ai/dsh-client-ui-settings",
        "@deepseek-ai/dsh-client-connection",
        "@deepseek-ai/dsh-api-remotes",
        "@deepseek-ai/dsh-client-runtime",
        "@deepseek-ai/dsh-client-ui-conversation"
      ]
    }
  },
  "dependencies": {
    "@firecrawl/anydoc": "^0.1.9",
    "@napi-rs/canvas": "^1.0.6",
    "@sigma/node-border": "^3.0.0",
    "@sigma/utils": "^3.0.0",
    "clsx": "^2.1.1",
    "graphology": "^0.26.0",
    "graphology-layout-forceatlas2": "^0.10.1",
    "graphology-types": "^0.24.8",
    "graphology-utils": "^2.5.2",
    "minisearch": "^7.2.0",
    "pdfjs-dist": "^6.2.108",
    "sigma": "^3.0.3",
    "sql.js": "^1.14.1",
    "tailwind-merge": "^3.6.0",
    "yaml": "^2.9.0"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": ">=0.1.0-rc.5 || >=4.0.0-rc.0",
    "@deepseek-ai/dsh-agent": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-agent-default-model": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-attachment": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-jobs": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-llm": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-settings": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.5",
    "@deepseek-ai/dsh-tools": ">=0.1.0-rc.5",
    "@deepseek-ai/schemastery": ">=3.18.0",
    "react": "^18.2.0"
  },
  "peerDependenciesMeta": {
    "@deepseek-ai/dsh-agent-default-model": {
      "optional": true
    },
    "@deepseek-ai/dsh-attachment": {
      "optional": true
    },
    "@deepseek-ai/dsh-jobs": {
      "optional": true
    },
    "@deepseek-ai/dsh-settings": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^22.20.0",
    "@types/react": "~18.3.1",
    "lightningcss": "^1.33.0",
    "tsdown": "^0.22.2",
    "typescript": "^5.9.2"
  }
}
