{
  "name": "opencode-byte",
  "version": "1.1.0",
  "description": "Unrestricted agent plugin for OpenCode - works with all models, zero limitations",
  "type": "module",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "install": "node setup.mjs"
  },
  "keywords": [
    "opencode",
    "plugin",
    "agent",
    "bypass",
    "unrestricted",
    "zero"
  ],
  "author": "zero",
  "license": "MIT",
  "dependencies": {
    "@opencode-ai/plugin": "latest"
  },
  "engines": {
    "opencode": ">=1.14.0"
  }
}
