UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

81 lines (80 loc) 2.04 kB
{ "name": "arela", "version": "4.3.0", "description": "AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.", "type": "module", "main": "./dist/index.js", "bin": { "arela": "./dist/cli.js" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc && npm run copy-templates", "copy-templates": "cp -r src/persona/templates dist/persona/", "dev": "tsc --watch", "prepublishOnly": "npm run build", "test": "vitest", "lint": "eslint src/", "arela": "node dist/cli.js" }, "keywords": [ "ai", "cto", "multi-agent", "orchestration", "windsurf", "mcp", "rag", "code-quality", "tickets", "automation" ], "author": "NewDara", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/newdara/arela.git" }, "dependencies": { "@mapequation/infomap": "^2.8.0", "@modelcontextprotocol/sdk": "^1.0.0", "appium": "^2.0.0", "appium-uiautomator2-driver": "^3.0.0", "appium-xcuitest-driver": "^5.0.0", "axios": "^1.6.0", "better-sqlite3": "^11.0.0", "chokidar": "^3.6.0", "commander": "^12.0.0", "dotenv": "^17.2.3", "dredd": "^14.1.0", "execa": "^9.0.0", "fast-glob": "^3.3.0", "fs-extra": "^11.2.0", "glob": "^11.0.0", "gray-matter": "^4.0.3", "ollama": "^0.6.3", "openai": "^6.9.0", "ora": "^8.0.0", "picocolors": "^1.1.0", "playwright": "^1.40.0", "ts-morph": "^21.0.0", "webdriverio": "^8.0.0", "yaml": "^2.4.0", "zod": "^3.23.0" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/better-sqlite3": "^7.6.13", "@types/fs-extra": "^11.0.4", "@types/node": "^20.11.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "tree-sitter": "^0.21.0", "tree-sitter-typescript": "^0.23.2", "typescript": "^5.3.3", "vitest": "^1.2.0" } }