UNPKG

aide-cli

Version:

AIDE - The companion control system for Claude Code with intelligent task management

70 lines 1.7 kB
{ "name": "aide-cli", "version": "2.1.3", "description": "AIDE - The companion control system for Claude Code with intelligent task management", "main": "lib/index.js", "bin": { "aide-cli": "bin/aide.js", "aide": "bin/aide.js", "aide-init": "bin/aide-init", "aide-track": "bin/aide-track", "aide-status": "bin/aide-status", "aide-adapt": "bin/aide-adapt", "aide-daemon": "bin/aide-daemon", "aide-task": "bin/aide-task", "aide-pre-task": "bin/aide-pre-task" }, "scripts": { "postinstall": "node scripts/postinstall.js", "install-claude": "node lib/installer.js", "test": "node tests/test-installation.js", "verify": "node lib/verifier.js" }, "keywords": [ "claude-code", "ai", "planning", "productivity", "agent", "adaptation", "interruption-handling", "aide", "intelligent-assistant" ], "author": "Eduardo Maldonado", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/aide-cli/aide.git" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "chalk": "^4.1.2", "commander": "^9.4.1", "inquirer": "^8.2.4", "fs-extra": "^10.1.0", "which": "^2.0.2", "node-fetch": "^2.6.7", "express": "^4.18.2", "cors": "^2.8.5", "body-parser": "^1.20.2" }, "files": [ "bin/", "lib/", "templates/", "scripts/aide_init.py", "scripts/aide_status.py", "scripts/aide_track.py", "scripts/aide_adapt.py", "scripts/aide_i18n.py", "scripts/aide_task_controller.py", "scripts/aide_pre_task.py", "scripts/postinstall.js", "i18n/", "README.md" ], "preferGlobal": true }