{
  "name": "hey-claudio",
  "version": "1.1.4",
  "description": "🤖 HeyClaudio: AI-powered development assistant with R.A.D.A.R. analysis + C.I.D.E.R. atomic issues for Claude IDE",
  "main": "bin/claudio.js",
  "bin": {
    "claudio": "./bin/claudio.js"
  },
  "scripts": {
    "dev": "npm link && echo '🚀 Development mode ready! Use: hey-claudio'",
    "dev-unlink": "npm unlink -g hey-claudio",
    "install-global": "npm install -g .",
    "test": "node bin/claudio.js --help && echo '✅ HeyClaudio help OK'",
    "test:init": "node bin/claudio.js init --help && echo '✅ Init command OK'",
    "test:full": "echo '🧪 Running full test...' && node bin/claudio.js status && echo '✅ Full test completed'"
  },
  "keywords": [
    "claudio",
    "claude",
    "ai",
    "development",
    "assistant",
    "automation",
    "analysis",
    "radar",
    "cider",
    "productivity",
    "freelance"
  ],
  "author": "HeyClaudio AI Assistant",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "commander": "^9.0.0",
    "chalk": "^4.1.2",
    "ora": "^5.4.1",
    "inquirer": "^8.2.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/diaztunjano/claude-dev-radar.git"
  },
  "homepage": "https://github.com/diaztunjano/claude-dev-radar#readme",
  "preferGlobal": true
}