{
  "name": "@ikieaneh/opencode-kit",
  "version": "0.6.38",
  "description": "Standardized OpenCode orchestration framework — contract-based, rules-enforced, zero-touch agent workflow. Install as plugin.",
  "license": "MIT",
  "author": "RizkiRachman",
  "type": "module",
  "main": ".opencode/plugins/opencode-kit.js",
  "exports": {
    ".": {
      "import": ".opencode/plugins/opencode-kit.js"
    },
    "./tui": {
      "import": ".opencode/plugins/opencode-kit-tui.js"
    }
  },
  "bin": {
    "opencode-kit": "src/cli.js"
  },
  "files": [
    ".opencode/plugins/",
    "AGENTS.md",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "adr/",
    "agents/",
    "contract.json",
    "contract.schema.json",
    "opencode.json",
    "opencode.json.template",
    "rules/",
    "skills/",
    "src/",
    "src/adoption-check.sh",
    "src/adr.sh",
    "src/analytics.sh",
    "src/audit-trail.sh",
    "src/checkpoint.sh",
    "src/cli.js",
    "src/contract-lint.sh",
    "src/contract-lock.sh",
    "src/diff.sh",
    "src/doctor.sh",
    "src/global-config.sh",
    "src/init.sh",
    "src/new-skill.sh",
    "src/platform.sh",
    "src/postflight.py",
    "src/postflight.sh",
    "src/preflight.sh",
    "src/scoring-pipeline.sh",
    "src/status.sh",
    "src/telemetry.sh",
    "src/update.sh",
    "src/verify.sh",
    "src/version.sh",
    "superpowers-contract.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "opencode",
    "opencode-plugin",
    "orchestration",
    "workflow",
    "agents",
    "enforcement",
    "contract",
    "scoring",
    "adr",
    "command-palette",
    "tui",
    "slash-commands"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RizkiRachman/opencode-kit.git"
  },
  "scripts": {
    "postinstall": "git config core.hooksPath .githooks 2>/dev/null || true",
    "lint": "shellcheck -S error src/*.sh rules/*.sh test/shell/*.sh",
    "lint-all": "shellcheck src/*.sh rules/*.sh test/shell/*.sh",
    "format": "echo 'Formatting: not configured yet'",
    "test": "node test/integration.test.js && node test/e2e.test.js",
    "build": "bash src/generate-opencode-json.sh opencode.json.template opencode.json"
  },
  "bugs": {
    "url": "https://github.com/RizkiRachman/opencode-kit/issues"
  },
  "homepage": "https://github.com/RizkiRachman/opencode-kit#readme",
  "dependencies": {
    "@ikieaneh/opencode-kit": "^0.6.37"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
