{
  "name": "@maestria/opencode",
  "version": "0.7.2",
  "description": "OpenCode plugin encoding AI engineering praxis: rules, agents, and workflow discipline.",
  "keywords": [
    "agents",
    "ai",
    "maestria",
    "opencode",
    "plugin"
  ],
  "homepage": "https://github.com/agustinusnathaniel/maestria/tree/main/packages/opencode#readme",
  "bugs": {
    "url": "https://github.com/agustinusnathaniel/maestria/issues"
  },
  "license": "MIT",
  "author": "agustinusnathaniel",
  "repository": {
    "type": "git",
    "url": "https://github.com/agustinusnathaniel/maestria.git",
    "directory": "packages/opencode"
  },
  "files": [
    "dist",
    "agents",
    "rules"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "es-toolkit": "^1.51.0",
    "yaml": "^2.9.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "^1.18.19",
    "@types/node": "^26.2.0",
    "typescript": "^7.0.2",
    "vitest": "4.1.11"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.18.4"
  },
  "engines": {
    "bun": ">=1.0.0",
    "node": ">=22.12.0"
  },
  "opencode": {
    "type": "plugin",
    "hooks": [
      "config",
      "chat.message",
      "experimental.session.compacting"
    ]
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test"
  }
}