{
  "name": "@skills-hub-ai/cli",
  "version": "0.4.4",
  "description": "CLI for skills-hub.ai — discover, install, and publish AI coding skills",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "claude-skills",
    "ai-skills",
    "ai-agent",
    "agent-skills",
    "skill-md",
    "skill-registry",
    "skill-marketplace",
    "cursor",
    "codex",
    "windsurf",
    "copilot",
    "mcp",
    "model-context-protocol",
    "ai-cli",
    "developer-tools",
    "code-review",
    "ai-coding",
    "anthropic",
    "agent-skill"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tinh2/skills-hub.git",
    "directory": "apps/cli"
  },
  "homepage": "https://skills-hub.ai",
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "bin": {
    "skills-hub": "dist/index.js"
  },
  "dependencies": {
    "chalk": "^5.0.0",
    "commander": "^14.0.3",
    "open": "^11.0.0",
    "ora": "^9.4.1",
    "yaml": "^2.9.0",
    "@skills-hub-ai/shared": "0.4.0",
    "@skills-hub-ai/skill-parser": "0.2.4",
    "@skills-hub-ai/skill-installer": "0.1.0"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "tsx": "^4.23.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "tsc",
    "test": "vitest run --passWithNoTests",
    "lint": "tsc --noEmit"
  }
}