{
  "name": "opencode-auto-resume",
  "version": "1.1.11",
  "description": "OpenCode plugin that automatically resumes stalled LLM sessions when thinking/streaming freezes mid-generation.",
  "keywords": [
    "opencode",
    "plugin",
    "auto-resume",
    "stall-detection",
    "llm"
  ],
  "homepage": "https://github.com/Mte90/opencode-auto-resume#readme",
  "bugs": {
    "url": "https://github.com/Mte90/opencode-auto-resume/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mte90/opencode-auto-resume.git"
  },
  "license": "GPL-3.0-or-later",
  "author": "Daniele \"mte90\" Scasciafratte",
  "type": "module",
  "main": "dist/index.js",
"scripts": {
    "build": "bun build src/index.ts --outdir dist --target bun",
    "dev": "bun build src/index.ts --outdir dist --target bun --watch",
    "test": "bun test",
    "prepublishOnly": "bun run build"
},  "files": [
    "dist/index.js",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@opencode-ai/plugin": "latest"
  },
  "devDependencies": {
    "@opencode-ai/sdk": "latest",
    "@types/bun": "latest",
    "typescript": "latest"
  }
}
