{
  "name": "makdoong2-team",
  "version": "3.0.4",
  "publishConfig": {
    "access": "public"
  },
  "description": "내 일을 대신해주는 막둥이들. Self-contained opencode plugin for 사내 workflow: per-stage specialist agents, deterministic shell gates, primary-only enforcement, and a model fallback advisor.",
  "keywords": [
    "opencode",
    "opencode-plugin",
    "plugin",
    "agent",
    "workflow",
    "jira",
    "multi-agent",
    "makdoong2"
  ],
  "type": "module",
  "main": "dist/opencode-plugin.js",
  "types": "dist/opencode-plugin.d.ts",
  "bin": {
    "makdoong2-team": "bin/cli.js"
  },
  "exports": {
    ".": {
      "import": "./dist/opencode-plugin.js",
      "types": "./dist/opencode-plugin.d.ts"
    },
    "./schema.json": "./assets/makdoong2-team.schema.json"
  },
  "files": [
    "bin",
    "dist",
    "src/hooks",
    "agents",
    "command",
    "gates",
    "stages",
    "references",
    "scripts",
    "skills",
    "assets",
    "opencode.json.example",
    "postinstall.mjs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/y00njinuk/makdoong2-team.git"
  },
  "license": "MIT",
  "engines": {
    "opencode": ">=1.18.0",
    "node": ">=22.18.0",
    "tmux": ">=3.0"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.18.0"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "1.18.15",
    "@opencode-ai/sdk": "1.18.15",
    "@types/node": "^22.20.1",
    "husky": "^9.0.0",
    "typescript": "^5.7.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc -p tsconfig.json",
    "clean": "node -e \"import('node:fs').then(({rmSync})=>rmSync('dist',{recursive:true,force:true}))\"",
    "prepack": "npm run clean && npm run build && npm run build:entry",
    "postinstall": "node postinstall.mjs",
    "prepare": "husky install",
    "test": "XDG_CONFIG_HOME=\"$(mktemp -d)\" XDG_CACHE_HOME=\"$(mktemp -d)\" npm run test:all",
    "test:all": "npm run build && node scripts/run-tests.mts",
    "test:install": "node test/install-lib.test.ts",
    "test:postinstall": "node scripts/test-postinstall.mts",
    "test:ubuntu": "bash scripts/test-ubuntu.sh",
    "release": "bash scripts/release.sh",
    "release:patch": "bash scripts/release.sh patch",
    "release:minor": "bash scripts/release.sh minor",
    "release:major": "bash scripts/release.sh major",
    "build:entry": "tsc -p tsconfig.entry.json && node -e \"import('node:fs').then(({chmodSync})=>{chmodSync('bin/cli.js',0o755)})\""
  },
  "homepage": "https://github.com/y00njinuk/makdoong2-team#readme",
  "bugs": {
    "url": "https://github.com/y00njinuk/makdoong2-team/issues"
  }
}
