@hyperspaceai/eva-cli
Version:
A multi-provider conversational AI CLI tool with intelligent text editor capabilities and tool usage.
102 lines (101 loc) • 2.95 kB
JSON
{
"name": "@hyperspaceai/eva-cli",
"version": "1.0.1-alpha.1",
"description": "A multi-provider conversational AI CLI tool with intelligent text editor capabilities and tool usage.",
"main": "dist/index.js",
"bin": {
"eva": "dist/index.js"
},
"scripts": {
"build": "tsup",
"build:tsc": "tsc && chmod +x dist/src/index.js",
"build:ncc": "npx @vercel/ncc build src/index.ts -o dist --minify",
"postbuild": "chmod +x dist/index.js",
"prepublishOnly": "npm run build && npm run test",
"dev": "tsc --watch",
"prestart": "node scripts/setup-global-link.js",
"start": "node dist/index.js",
"lint": "eslint src --ext .ts",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"postinstall": "node scripts/setup-browsers.js",
"setup": "npm run setup:browsers && npm run setup:mcp",
"setup:browsers": "node scripts/setup-browsers.js",
"setup:mcp": "node scripts/setup-mcp.js",
"compat": "tsx scripts/compat-check.ts"
},
"keywords": [
"cli",
"agent",
"text-editor",
"eva",
"ai"
],
"author": "HyperspaceAI",
"license": "MIT",
"dependencies": {
"@ai-sdk/anthropic": "2.0.9",
"@ai-sdk/google": "2.0.11",
"@ai-sdk/openai": "2.0.23",
"@anthropic-ai/sdk": "^0.24.3",
"@google-cloud/aiplatform": "^3.26.0",
"@google/generative-ai": "^0.15.0",
"@mistralai/mistralai": "^0.4.0",
"@modelcontextprotocol/sdk": "^1.17.0",
"@playwright/mcp": "^0.0.32",
"@reduxjs/toolkit": "^2.8.2",
"@types/react-redux": "^7.1.34",
"@vscode/ripgrep": "^1.15.14",
"ai": "5.0.29",
"axios": "^1.6.0",
"blessed": "^0.1.81",
"cfonts": "^3.3.0",
"chalk": "^4.1.2",
"cohere-ai": "^7.10.6",
"commander": "^11.1.0",
"dotenv": "^16.3.0",
"enquirer": "^2.4.1",
"fs-extra": "^11.1.1",
"ink": "^3.2.0",
"ink-markdown": "^1.0.4",
"inquirer": "^10.2.2",
"node-cron": "^3.0.3",
"openai": "^5.10.1",
"playwright": "^1.49.0",
"react": "^17.0.2",
"react-redux": "^8.1.3",
"tiktoken": "^1.0.21",
"tree-kill": "^1.2.2",
"yaml": "^2.4.5",
"zod": "3.25.76"
},
"devDependencies": {
"@jest/globals": "^30.0.5",
"@types/blessed": "^0.1.25",
"@types/fs-extra": "^11.0.2",
"@types/ink": "^0.5.2",
"@types/inquirer": "^9.0.8",
"@types/jest": "^30.0.0",
"@types/node": "^20.8.0",
"@types/node-cron": "^3.0.11",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"@vercel/ncc": "^0.38.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.31.0",
"jest": "^30.0.5",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"ts-jest": "^29.4.0",
"tsup": "^8.0.0",
"tsx": "^4.0.0",
"typescript": "5.6.3"
},
"engines": {
"node": ">=16.0.0"
},
"preferGlobal": true
}