{
  "name": "opencode-anarchy",
  "version": "0.1.0",
  "description": "An OpenCode plugin that adds an anarchy-inspired command and tool.",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src/command"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && node ./scripts/copy-commands.mjs",
    "check": "tsc -p tsconfig.json --noEmit",
    "copy-commands": "node ./scripts/copy-commands.mjs",
    "test": "bun test"
  },
  "dependencies": {
    "@opencode-ai/plugin": "1.0.85"
  },
  "devDependencies": {
    "@types/node": "^20.11.5",
    "bun-types": "latest",
    "typescript": "^5.8.3"
  }
}