UNPKG

capsule-ai-cli

Version:

The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing

110 lines (109 loc) 2.88 kB
{ "name": "capsule-ai-cli", "version": "0.1.5", "description": "The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing", "type": "module", "main": "dist/index.js", "bin": { "capsule": "dist/cli.js" }, "scripts": { "dev": "tsx watch src/cli.ts", "build": "tsc && chmod +x dist/cli.js", "start": "node dist/cli.js", "test": "vitest", "lint": "eslint src", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build && npm run lint && npm run type-check", "postinstall": "echo 'Thank you for installing Capsule AI CLI! Run \"capsule activate <code>\" to get started.'" }, "keywords": [ "ai", "llm", "cli", "openai", "anthropic", "gemini", "openrouter", "model-orchestration", "ai-orchestrator", "multi-model", "ai-cli" ], "author": "Capsule Team", "license": "MIT", "homepage": "https://capsulecli.dev", "repository": { "type": "git", "url": "git+https://github.com/capsule-ai-cli/capsule-ai-cli.git" }, "bugs": { "url": "https://github.com/capsule-ai-cli/capsule-ai-cli/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE", "package.json" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@inquirer/prompts": "^5.0.5", "ansi-escapes": "^7.0.0", "axios": "^1.7.2", "chalk": "^5.4.1", "cli-cursor": "^5.0.0", "cli-spinner": "^0.2.10", "cli-truncate": "^4.0.0", "commander": "^12.1.0", "conf": "^14.0.0", "cosmiconfig": "^9.0.0", "diff": "^8.0.2", "fuzzy": "^0.1.3", "glob": "^11.0.3", "gradient-string": "^3.0.0", "html-to-text": "^9.0.5", "ink": "^6.0.1", "ink-gradient": "^3.0.0", "ink-select-input": "^6.2.0", "ink-spinner": "^5.0.0", "ink-text-input": "^6.0.0", "inquirer": "^9.2.23", "inquirer-autocomplete-prompt": "^3.0.1", "js-tiktoken": "^1.0.12", "marked": "^15.0.12", "marked-terminal": "^7.3.0", "node-html-parser": "^7.0.1", "ora": "^8.0.1", "react": "^19.1.0", "readline-sync": "^1.4.10", "terminal-size": "^4.0.0", "uuid": "^11.1.0", "winston": "^3.17.0", "wrap-ansi": "^9.0.0", "zod": "^4.0.5" }, "devDependencies": { "@types/diff": "^7.0.2", "@types/gradient-string": "^1.1.6", "@types/html-to-text": "^9.0.4", "@types/ink-gradient": "^2.0.4", "@types/inquirer": "^9.0.7", "@types/marked-terminal": "^6.1.1", "@types/node": "^20.11.19", "@types/react": "^19.1.8", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "tsx": "^4.7.1", "typescript": "^5.5.4", "vitest": "^1.2.2" } }