{
  "name": "dsh-medseek",
  "version": "0.1.2",
  "description": "Clinical documentation toolkit for DeepSeek Harness: SBAR and I-PASS handovers, SOAP and APSO notes, admission H&P, discharge summaries with pending-results enforcement, patient-instruction readability scoring, HIPAA Safe Harbor de-identification, and cited FDA label, MedlinePlus, PubMed, and ClinicalTrials.gov lookups. Drafts only; not a medical device.",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=22.19"
  },
  "files": [
    "lib",
    "src",
    "assets",
    "docs",
    "eval",
    "agent-presets",
    "cordis.patch.yml",
    "README.md",
    "README.zh.md",
    "SECURITY.md",
    "LICENSE",
    "NOTICE"
  ],
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "default": "./lib/index.js"
    },
    "./guard": {
      "types": "./lib/types/guard.d.ts",
      "default": "./lib/guard.js"
    },
    "./brand": {
      "types": "./lib/types/brand.d.ts",
      "default": "./lib/brand.js"
    },
    "./client": "./lib/client.js",
    "./preset-sync": {
      "types": "./lib/types/preset-sync.d.ts",
      "default": "./lib/preset-sync.js"
    },
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json",
    "./audit": {
      "types": "./lib/types/audit.d.ts",
      "default": "./lib/audit.js"
    }
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web",
      "inject": [
        "@deepseek-ai/dsh-client-ui-theme"
      ]
    }
  },
  "scripts": {
    "clean": "node scripts/clean-lib.mjs",
    "build": "node scripts/clean-lib.mjs && tsdown && tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:mount": "bash scripts/e2e-mount.sh",
    "test:persona": "node scripts/e2e-persona.mjs",
    "eval": "node --experimental-strip-types scripts/eval-report.ts",
    "verify": "tsc --noEmit && vitest run && tsdown && tsc -p tsconfig.build.json",
    "prepublishOnly": "tsc --noEmit && vitest run && tsdown && tsc -p tsconfig.build.json"
  },
  "dependencies": {
    "@deepseek-ai/dsh-atomic-write": "0.1.1-rc.2",
    "@deepseek-ai/dsh-home-paths": "0.1.1-rc.2",
    "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
    "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
    "@deepseek-ai/schemastery": "3.18.1"
  },
  "devDependencies": {
    "@deepseek-ai/cordis": "4.0.1",
    "@deepseek-ai/dsh-client-ui-theme": "0.1.1-rc.2",
    "@deepseek-ai/dsh-host-webserver": "0.1.1-rc.2",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^24.3.0",
    "@types/react": "^18.3.31",
    "@types/react-dom": "^18.3.7",
    "apca-w3": "^0.1.9",
    "jsdom": "29.1.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tsdown": "^0.22.2",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  },
  "keywords": [
    "dsh",
    "dsh-plugin",
    "deepseek-harness",
    "healthcare",
    "clinical",
    "clinical-documentation",
    "sbar",
    "i-pass",
    "soap-note",
    "hipaa",
    "phi",
    "de-identification",
    "deidentification",
    "patient-education",
    "medical-notes",
    "nursing",
    "handover",
    "discharge-summary",
    "pubmed",
    "openfda",
    "medlineplus",
    "ehr"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mr-Neutr0n/dsh-medseek.git"
  },
  "homepage": "https://github.com/Mr-Neutr0n/dsh-medseek#readme",
  "bugs": {
    "url": "https://github.com/Mr-Neutr0n/dsh-medseek/issues"
  },
  "author": "Harikrishna Pillai"
}
