UNPKG

metis-code

Version:

Metis Code - multi-model coding CLI agent

71 lines (70 loc) 1.5 kB
{ "name": "metis-code", "version": "1.8.9", "description": "Metis Code - multi-model coding CLI agent", "private": false, "bin": { "metiscode": "dist/cli/index.js", "metis": "dist/cli/index.js" }, "type": "commonjs", "main": "dist/index.js", "files": [ "dist", "assets", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "compile": "tsc -p tsconfig.json", "start": "node dist/cli/index.js", "metiscode": "node dist/cli/index.js", "metis": "node dist/cli/index.js", "test": "vitest run", "test:watch": "vitest", "prepare": "npm run build", "hello": "ts-node src/hello.ts" }, "keywords": [ "cli", "ai", "agent", "coding", "assistant", "development", "metis", "claude", "openai", "anthropic", "tool-calling", "automation" ], "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.22.0", "@types/inquirer": "^9.0.9", "@types/uuid": "^10.0.0", "commander": "^12.1.0", "diff": "^5.2.0", "inquirer": "^12.9.6", "js-yaml": "^4.1.0", "kleur": "^4.1.5", "node-fetch": "^2.7.0", "openai": "^4.55.0", "uuid": "^11.1.0", "ws": "^8.18.3" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^20.12.12", "@types/node-fetch": "^2.6.13", "@types/ws": "^8.18.1", "tsup": "^8.0.2", "typescript": "^5.5.4", "vitest": "^1.6.0" } }