{
  "name": "claude-code-hive",
  "version": "1.4.8",
  "type": "module",
  "description": "Claude Code plugin assets for Agent Hive",
  "license": "MIT",
  "author": "tctinh",
  "repository": {
    "type": "git",
    "url": "https://github.com/tctinh/agent-hive.git",
    "directory": "packages/claude-code-hive"
  },
  "homepage": "https://github.com/tctinh/agent-hive#readme",
  "bugs": {
    "url": "https://github.com/tctinh/agent-hive/issues"
  },
  "keywords": [
    "claude-code",
    "ai",
    "hive",
    "workflow",
    "planning",
    "agent"
  ],
  "scripts": {
    "clean": "rm -rf skills",
    "generate": "node scripts/generate-plugin-assets.mjs",
    "verify": "node scripts/verify-plugin-assets.mjs",
    "build": "node scripts/generate-plugin-assets.mjs && node scripts/verify-plugin-assets.mjs",
    "test": "node scripts/generate-plugin-assets.mjs && node scripts/verify-plugin-assets.mjs"
  },
  "files": [
    ".claude-plugin/",
    "agents/",
    "commands/",
    "hooks/",
    "instructions/",
    "README.md",
    "scripts/",
    "skills/"
  ]
}
