{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "opencode-acm",
  "version": "0.5.57",
  "type": "module",
  "license": "MIT",
  "description": "Active Context Management plugin for OpenCode — pin, prune, scan, compact, and manage context with surgical precision",
  "keywords": [
    "opencode",
    "plugin",
    "context",
    "memory",
    "acm"
  ],
  "author": "Rick Ross",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rickross/opencode-acm.git"
  },
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./server": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "opencode": {
    "type": "plugin",
    "hooks": [
      "tool",
      "experimental.chat.messages.transform",
      "experimental.chat.system.transform",
      "event"
    ]
  },
  "dependencies": {
    "@opencode-ai/plugin": "1.17.14",
    "@opencode-ai/sdk": "1.17.14",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@tsconfig/node22": "^22.0.0",
    "@types/bun": "latest",
    "@types/node": "^22.0.0",
    "typescript": "^5.0.0"
  },
  "scripts": {
    "build": "bun build ./src/index.ts --outdir ./dist --target node --external zod --external @opencode-ai/plugin --external @opencode-ai/sdk",
    "typecheck": "tsc --noEmit",
    "selftest:client": "bun run src/client.selftest.ts",
    "selftest:context-guard": "bun run src/context-guard.selftest.ts",
    "prepublishOnly": "bun run build"
  }
}
