UNPKG

cqt-agent

Version:
44 lines (43 loc) 938 B
{ "name": "cqt-agent", "version": "4.35.3", "description": "CQT Method installer - AI-powered Agile development framework", "main": "lib/installer.js", "bin": { "bmad": "./bin/bmad.js", "cqt-agent": "./bin/bmad.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bmad", "agile", "ai", "development", "framework", "installer", "agents" ], "author": "CQT Team", "license": "MIT", "dependencies": { "chalk": "^5.4.1", "commander": "^14.0.0", "fs-extra": "^11.3.0", "inquirer": "^12.6.3", "js-yaml": "^4.1.0", "ora": "^8.2.0" }, "engines": { "node": ">=20.0.0" }, "repository": { "type": "git", "url": "https://github.com/bmad-team/cqt-agent.git" }, "bugs": { "url": "https://github.com/bmad-team/cqt-agent/issues" }, "homepage": "https://github.com/bmad-team/cqt-agent#readme" }