UNPKG

@codemafia0000/d0

Version:

Claude Multi-Agent Automated Development AI - Revolutionary development environment where multiple AI agents collaborate to automate software development

84 lines 2.08 kB
{ "name": "@codemafia0000/d0", "version": "1.0.14", "description": "Claude Multi-Agent Automated Development AI - Revolutionary development environment where multiple AI agents collaborate to automate software development", "main": "index.js", "bin": { "d0": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "install-global": "npm install -g .", "link-global": "npm link", "unlink-global": "npm unlink -g @codemafia0000/d0", "uninstall-global": "npm uninstall -g @codemafia0000/d0", "postinstall": "echo '🤖 Claude Agents installed successfully! Run: d0 --help'", "setup-completion": "d0 completion $SHELL", "setup-bash-completion": "d0 completion bash", "setup-zsh-completion": "d0 completion zsh" }, "keywords": [ "claude", "ai", "agents", "multi-agent", "automated-development", "collaborative-ai", "ai-development", "cross-platform", "development", "automation", "software-development", "anthropic", "cli", "productivity", "windows", "nodejs" ], "author": "codemafia0000", "license": "MIT", "copyright": "Inspired by Claude-Code-Communication by nishimoto265 (https://github.com/nishimoto265/Claude-Code-Communication)", "repository": { "type": "git", "url": "https://github.com/leapin0000/d0.git" }, "bugs": { "url": "https://github.com/leapin0000/d0/issues" }, "homepage": "https://github.com/leapin0000/d0#readme", "engines": { "node": ">=14.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "dependencies": { "commander": "^9.4.1", "chalk": "^4.1.2", "ora": "^5.4.1" }, "files": [ "bin/", "src/", "templates/", "completions/", "README.md", "LICENSE" ], "preferGlobal": true, "funding": { "type": "github", "url": "https://github.com/leapin0000/d0" }, "config": { "requireDependencies": { "claude-cli": "Anthropic's official Claude CLI tool" } } }