{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "opencode-bypass-agent",
  "version": "1.0.0",
  "description": "⚠️ DANGER: Bypass agent plugin for OpenCode - provides unrestricted access to all tools and commands",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "opencode",
    "plugin",
    "agent",
    "bypass",
    "unrestricted",
    "danger"
  ],
  "author": "aegntic <research@aegntic.ai>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aegntic/opencode.git",
    "directory": "packages/bypass-agent"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.0.0"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "1.0.98",
    "@tsconfig/node22": "22.0.2",
    "@types/node": "22.13.9",
    "typescript": "5.8.2",
    "@typescript/native-preview": "7.0.0-dev.20251014.1"
  }
}
