{
  "name": "openmole",
  "version": "0.9.0",
  "description": "OpenMole — AI-driven refactoring skill plugin and CLI",
  "type": "module",
  "main": ".opencode/plugins/openmole.js",
  "bin": {
    "openmole": "./bin/openmole.js"
  },
  "files": [
    "bin/",
    "cli/",
    "skills/",
    "commands/",
    "templates/",
    ".cursor-plugin/",
    ".claude-plugin/",
    "gemini-extension.json",
    ".opencode/"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agiledon/openmole.git"
  },
  "bugs": {
    "url": "https://github.com/agiledon/openmole/issues"
  },
  "homepage": "https://github.com/agiledon/openmole#readme",
  "license": "MIT",
  "keywords": [
    "openmole",
    "mole",
    "refactoring",
    "skills",
    "agent",
    "cursor",
    "opencode",
    "kiro",
    "qoder",
    "workbuddy",
    "trae"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@clack/prompts": "^0.7.0"
  }
}
