{
  "name": "@mokuyoaxis/dsh-iris",
  "version": "0.1.4",
  "description": "Multi-provider image, video, and speech generation, transcription, visual understanding, and prompt optimization with an integrated Iris workbench for DeepSeek Harness.",
  "type": "module",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./client": {
      "types": "./lib/client.d.ts",
      "default": "./lib/client.js"
    },
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json",
    "./doctor": "./lib/doctor.js"
  },
  "files": [
    "lib",
    "bin",
    "cordis.patch.yml",
    "README.md",
    "README.en.md",
    "user_guide.md",
    "CHANGELOG.md",
    "screenshots.json",
    "docs",
    "!docs/assets/diagrams/*.drawio",
    "!docs/releases/0.1.1.md",
    "!docs/releases/0.1.2.md",
    "!docs/releases/0.1.3.md",
    ".dsh/skills/iris-verify-ui",
    ".dsh/skills/iris-compose-media"
  ],
  "dsh": {
    "engines": {
      "dsh": ">=0.1.2-rc.1 <0.1.3-0 || 0.1.5-rc.1"
    },
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web",
      "inject": [
        "@deepseek-ai/dsh-client-locale",
        "@deepseek-ai/dsh-client-ui-conversation",
        "@deepseek-ai/dsh-client-ui-renderer",
        "@deepseek-ai/dsh-client-ui-session",
        "@deepseek-ai/dsh-client-ui-settings"
      ]
    }
  },
  "keywords": [
    "deepseek-harness",
    "dsh-plugin",
    "image-generation",
    "video-generation",
    "text-to-speech",
    "transcription",
    "vision",
    "dashscope",
    "prompt-optimization",
    "media-workbench"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20.10.0"
  },
  "scripts": {
    "test": "node scripts/test.mjs",
    "lint": "node tests/lint.mjs",
    "prepublishOnly": "npm test"
  },
  "peerDependencies": {
    "@deepseek-ai/dsh-client-locale": "^0.1.2-rc.1",
    "@deepseek-ai/dsh-client-ui-conversation": "^0.1.2-rc.1",
    "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-rc.1",
    "@deepseek-ai/dsh-client-ui-session": "^0.1.2-rc.1",
    "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-rc.1"
  },
  "peerDependenciesMeta": {
    "@deepseek-ai/dsh-client-locale": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-conversation": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-renderer": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-session": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-settings": {
      "optional": true
    }
  },
  "dependencies": {
    "sharp": "^0.35.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mokuyoaxis/dsh-iris.git"
  },
  "homepage": "https://github.com/mokuyoaxis/dsh-iris#readme",
  "bugs": {
    "url": "https://github.com/mokuyoaxis/dsh-iris/issues"
  },
  "bin": {
    "dsh-iris": "bin/dsh-iris.js"
  }
}
