UNPKG

maia-cli

Version:

Command-line interface for MAIA (Modern AI Assistant)

50 lines (49 loc) 1.06 kB
{ "name": "maia-cli", "version": "0.2.0", "description": "Command-line interface for MAIA (Modern AI Assistant)", "type": "module", "main": "index.js", "bin": { "maia": "./bin/maia.js" }, "scripts": { "build": "echo 'CLI is JavaScript - no build needed'", "test": "echo \"Error: no test specified\" && exit 1", "dev": "node bin/maia.js" }, "keywords": [ "maia", "ai", "assistant", "cli", "mcp", "voice", "modern-ai-assistant" ], "author": "MAIA Team <team@maia-ai.net>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/maia-ai-net/maia.git", "directory": "packages/cli" }, "homepage": "https://maia-ai.net", "bugs": { "url": "https://github.com/maia-ai-net/maia/issues" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "chalk": "^5.3.0", "commander": "^11.1.0", "dotenv": "^16.3.1", "inquirer": "^9.2.12", "maia-core": "^0.2.0", "ora": "^7.0.1" } }