{
  "name": "opencode-tui-plugin-workflows",
  "version": "1.0.0",
  "author": {
    "name": "Daniel Schroeder",
    "url": "https://www.udondan.com/"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/udondan"
    }
  ],
  "homepage": "https://github.com/udondan/opencode-tui-plugin-workflows",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/udondan/opencode-tui-plugin-workflows.git"
  },
  "bugs": {
    "url": "https://github.com/udondan/opencode-tui-plugin-workflows/issues"
  },
  "description": "OpenCode TUI plugin that shows the current workflows MCP phase and workflow name in the sidebar",
  "main": "workflows-phase.tsx",
  "exports": {
    "./tui": "./workflows-phase.tsx"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "opencode-tui-plugin",
    "workflows"
  ],
  "license": "MIT",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "*",
    "@opentui/solid": "*",
    "solid-js": "*"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-solid": "^0.14.5",
    "jiti": "^2.6.1",
    "prettier": "^3.8.1",
    "typescript-eslint": "^8.57.2"
  }
}
