{
  "name": "opencode-design-lab",
  "type": "module",
  "version": "0.2.3",
  "description": "An OpenCode plugin that generates multiple independent design proposals using different AI models, then systematically evaluates, compares, and ranks those designs in a reproducible and structured way.",
  "author": "OpenCode Design Lab Contributors",
  "license": "MIT",
  "homepage": "https://github.com/HuakunShen/opencode-design-lab#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HuakunShen/opencode-design-lab.git"
  },
  "bugs": {
    "url": "https://github.com/HuakunShen/opencode-design-lab/issues"
  },
  "main": "./.opencode/plugins/design-lab.js",
  "exports": {
    ".": "./.opencode/plugins/design-lab.js",
    "./server": "./.opencode/plugins/design-lab.js"
  },
  "files": [
    ".opencode/plugins",
    "skills"
  ],
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "format": "prettier --write .",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "bun run build",
    "export-schemas": "bun src/utils/schema-export.ts"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "bumpp": "^11.0.1",
    "tsdown": "^0.21.10",
    "typescript": "^6.0.3",
    "vitest": "^4.0.16",
    "tsx": "^4.19.0"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.14.31",
    "@opencode-ai/sdk": "^1.14.31",
    "zod": "^4.4.2"
  }
}
