{
  "name": "sisyphus-debatewiki",
  "version": "1.0.3",
  "description": "Multi-agent forum debate, wiki collaboration, and knowledge synthesis system based on Sisyphus orchestration pattern",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "opencode",
    "plugin",
    "ai",
    "llm",
    "forum",
    "debate",
    "wiki",
    "collaboration",
    "consensus",
    "grounded-theory",
    "sisyphus",
    "orchestration"
  ],
  "author": "DAIP-LIVE Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/daip-live/sisyphus-debatewiki-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/daip-live/sisyphus-debatewiki-plugin/issues"
  },
  "homepage": "https://github.com/daip-live/sisyphus-debatewiki-plugin#readme",
  "dependencies": {
    "commander": "^12.0.0",
    "fs-extra": "^11.0.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.9.3"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./plugin": {
      "import": "./dist/opencode-plugin.js",
      "types": "./dist/opencode-plugin.d.ts"
    }
  },
  "files": [
    "dist/**/*",
    "skills/**/*",
    "commands/**/*",
    "docs/**/*",
    "src/**/*",
    "README.md",
    "LICENSE",
    "package.json",
    "tsconfig.json",
    "build.mjs",
    "example.ts",
    "simple-verification.cjs",
    "file-verification.cjs",
    "FINAL_PROJECT_SUMMARY.md",
    "AGENT_SKILL_COORDINATION.md"
  ]
}
