{
  "name": "@cubic-plugin/cubic-plugin",
  "version": "1.3.6",
  "description": "Install cubic AI code review skills and MCP configuration for AI coding tools",
  "type": "module",
  "bin": {
    "cubic-plugin": "./dist/index.js"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "skills/",
    "commands/",
    ".mcp.json"
  ],
  "scripts": {
    "build": "tsc",
    "clean:home": "npm run build && node scripts/clean-home-install.mjs",
    "clean:home:dry-run": "npm run build && node scripts/clean-home-install.mjs --dry-run",
    "prepublishOnly": "npm run build",
    "test": "npm run build && node --test test/*.test.mjs"
  },
  "dependencies": {
    "citty": "^0.1.6",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "keywords": [
    "cubic",
    "opencode",
    "code-review",
    "ai-review",
    "plugin",
    "mcp"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mrge-io/skills"
  }
}
