{
  "name": "@2nd1st/dsh-plugin-open-app",
  "version": "0.1.2",
  "description": "Brings open-mcp-apps into DeepSeek Harness (dsh): an Apps section in the sidebar, one container per app with its own workspace and conversation, an agent-presence strip under the app, and inline app rendering for MCP tool calls.",
  "license": "MIT",
  "author": "2nd1st",
  "homepage": "https://github.com/2nd1st/dsh-plugin-open-app#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2nd1st/dsh-plugin-open-app.git"
  },
  "bugs": {
    "url": "https://github.com/2nd1st/dsh-plugin-open-app/issues"
  },
  "keywords": [
    "dsh",
    "dsh-plugin",
    "deepseek-harness",
    "mcp",
    "mcp-apps",
    "model-context-protocol",
    "open-mcp-apps",
    "cordis",
    "plugin"
  ],
  "type": "module",
  "main": "lib/index.js",
  "exports": {
    ".": {
      "default": "./lib/index.js"
    },
    "./client": {
      "default": "./lib/client.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "cordis.patch.yml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "inject": [
        "@deepseek-ai/dsh-client-connection",
        "@deepseek-ai/dsh-client-runtime",
        "@deepseek-ai/dsh-client-ui-slots",
        "@deepseek-ai/dsh-client-ui-conversation"
      ],
      "platform": "web"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
