UNPKG

hey-claudio

Version:

๐Ÿค– HeyClaudio: AI-powered development assistant with R.A.D.A.R. analysis + C.I.D.E.R. atomic issues for Claude IDE

47 lines โ€ข 1.34 kB
{ "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 }