{
  "name": "@linziyanleo/dsh-custom-provider",
  "version": "0.1.4",
  "description": "DSH plugin for static OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages providers",
  "author": "Ziyan Lin <linziyanleo@outlook.com> (https://github.com/linziyanleo)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linziyanleo/dsh-custom-provider.git"
  },
  "bugs": {
    "url": "https://github.com/linziyanleo/dsh-custom-provider/issues"
  },
  "homepage": "https://github.com/linziyanleo/dsh-custom-provider#readme",
  "keywords": [
    "deepseek-harness",
    "dsh",
    "dsh-plugin",
    "openai-compatible",
    "openai-responses",
    "anthropic"
  ],
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./client": {
      "types": "./lib/client.d.ts",
      "default": "./lib/client.js"
    },
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "cordis.patch.yml",
    "README.md",
    "README.zh.md",
    "docs/images",
    "LICENSE"
  ],
  "scripts": {
    "test": "vitest run --exclude tests/routify.e2e.spec.ts",
    "test:e2e": "vitest run tests/routify.e2e.spec.ts",
    "typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.client.json",
    "build": "tsc -p tsconfig.build.json && tsdown",
    "check": "pnpm test && pnpm typecheck && pnpm build && node scripts/assert-client-bundle.mjs",
    "release:version": "node scripts/prepare-release.mjs",
    "prepublishOnly": "pnpm check && npm pack --dry-run --ignore-scripts"
  },
  "engines": {
    "node": "^22.19.0 || >=24.0.0"
  },
  "packageManager": "pnpm@11.7.0",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "provenance": true
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web",
      "inject": [
        "@deepseek-ai/dsh-client-runtime",
        "@deepseek-ai/dsh-client-connection",
        "@deepseek-ai/dsh-client-ui-settings",
        "@deepseek-ai/dsh-client-ui-primitives",
        "@deepseek-ai/dsh-client-locale",
        "@deepseek-ai/dsh-api-remotes"
      ]
    }
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-credentials": "^0.1.0-rc.7",
    "@deepseek-ai/dsh-llm": "^0.1.0-rc.7",
    "@deepseek-ai/dsh-llm-pi-ai": "^0.1.0-rc.7",
    "@deepseek-ai/dsh-settings": "^0.1.0-rc.7",
    "@deepseek-ai/schemastery": "^3.18.1",
    "@earendil-works/pi-ai": "^0.82.1"
  },
  "devDependencies": {
    "@deepseek-ai/cordis": "4.0.1",
    "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.7",
    "@deepseek-ai/dsh-credentials": "0.1.0-rc.7",
    "@deepseek-ai/dsh-credentials-local": "0.1.0-rc.7",
    "@deepseek-ai/dsh-invariants": "0.1.0-rc.7",
    "@deepseek-ai/dsh-llm": "0.1.0-rc.7",
    "@deepseek-ai/dsh-llm-pi-ai": "0.1.0-rc.7",
    "@deepseek-ai/dsh-settings": "0.1.0-rc.7",
    "@deepseek-ai/dsh-settings-file": "0.1.0-rc.7",
    "@deepseek-ai/schemastery": "3.18.1",
    "@earendil-works/pi-ai": "0.82.1",
    "@types/node": "^22.20.0",
    "@types/react": "~18.3.31",
    "react": "^18.3.1",
    "tsdown": "^0.22.14",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  }
}
