{
  "name": "@ai-setting/roy-plugin-task-show",
  "version": "2.6.6",
  "description": "roy-agent plugin: visualize task solving process via tool call flow on a local web service",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "public",
    "plugin.json",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "bun test",
    "start:demo": "bun run scripts/run-demo.ts",
    "verify": "bun run scripts/verify-service.ts",
    "verify:installed": "bun run scripts/verify-installed.ts",
    "verify:published": "bun run scripts/verify-published.ts",
    "verify:heap": "bun run scripts/verify-heap-bounded.ts",
    "stress:heap": "bun --expose-gc run scripts/stress-heap.ts",
    "prepare:vendor": "node scripts/prepare-vendor.js"
  },
  "keywords": [
    "roy-agent",
    "plugin",
    "visualization",
    "task-show",
    "mermaid",
    "tools",
    "hook"
  ],
  "engines": {
    "node": ">=18",
    "bun": ">=1.0.0"
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/bun": "latest",
    "@types/jsdom": "^28.0.3",
    "@types/node": "^20.0.0",
    "dompurify": "^3.4.12",
    "happy-dom": "^20.11.1",
    "jsdom": "^29.1.1",
    "marked": "^14.1.3",
    "mermaid": "10.9.1",
    "playwright": "^1.62.0",
    "typescript": "^5.4.0"
  },
  "peerDependencies": {
    "@ai-setting/roy-agent-core": "*"
  },
  "peerDependenciesMeta": {
    "@ai-setting/roy-agent-core": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ai-setting/roy-plugin-task-visualize.git"
  },
  "homepage": "https://github.com/ai-setting/roy-plugin-task-visualize#readme",
  "bugs": {
    "url": "https://github.com/ai-setting/roy-plugin-task-visualize/issues"
  },
  "author": {
    "name": "ai-setting",
    "email": "ai-setting@users.noreply.github.com"
  }
}
