{
  "name": "oh-my-ssalsyphus",
  "version": "0.2.7",
  "description": "OpenCode port of oh-my-claudecode v3.3.6 - Multi-agent orchestration plugin",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "assets"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./schema.json": "./assets/omo-omcs.schema.json"
  },
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target bun --format esm && tsc --emitDeclarationOnly",
    "build:watch": "bun build src/index.ts --outdir dist --target bun --format esm --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "bun run clean && bun run build",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "lint": "eslint src --ext .ts"
  },
  "keywords": [
    "opencode",
    "plugin",
    "sisyphus",
    "multi-agent",
    "orchestration",
    "ai",
    "llm",
    "oracle",
    "librarian",
    "ultrawork"
  ],
  "author": "calvin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devswha/oh-my-ssalsyphus.git"
  },
  "bugs": {
    "url": "https://github.com/devswha/oh-my-ssalsyphus/issues"
  },
  "homepage": "https://github.com/devswha/oh-my-ssalsyphus#readme",
  "dependencies": {
    "@opencode-ai/plugin": "^1.1.26",
    "@opencode-ai/sdk": "^1.1.26",
    "zod": "^4.1.8"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "bun-types": "latest",
    "typescript": "^5.7.3"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.0.0"
  }
}
