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
JSON
{
"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
}