termcode
Version:
Superior terminal AI coding agent with enterprise-grade security, intelligent error recovery, performance monitoring, and plugin system - Advanced Claude Code alternative
67 lines • 2.1 kB
JSON
{
"name": "termcode",
"version": "0.5.0",
"type": "module",
"description": "Superior terminal AI coding agent with enterprise-grade security, intelligent error recovery, performance monitoring, and plugin system - Advanced Claude Code alternative",
"keywords": ["ai", "coding", "terminal", "chatgpt", "openai", "claude-code", "anthropic", "xai", "google", "mistral", "cohere", "ollama", "performance-monitoring", "security-sandbox", "plugin-system", "error-recovery", "smart-suggestions"],
"author": "dhrxv8",
"license": "MIT",
"homepage": "https://github.com/dhrxv8/TermCoder#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dhrxv8/TermCoder.git"
},
"bugs": {
"url": "https://github.com/dhrxv8/TermCoder/issues"
},
"bin": {
"termcode": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"USAGE_GUIDE.md",
"CHANGELOG.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "tsc -p .",
"dev": "tsc -w",
"index": "node dist/index.js --help",
"test": "vitest",
"test:unit": "vitest tests/unit",
"test:integration": "vitest tests/integration",
"test:security": "vitest tests/security",
"test:performance": "vitest tests/performance",
"test:error-handling": "vitest tests/error-handling",
"test:coverage": "vitest --coverage",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui"
},
"dependencies": {
"dotenv": "^16.4.5",
"inquirer": "^9.2.12",
"keytar": "^7.9.0",
"zod": "^3.22.4",
"fast-glob": "^3.3.2",
"openai": "^4.58.1",
"@anthropic-ai/sdk": "^0.24.3",
"@google/generative-ai": "^0.15.0",
"@mistralai/mistralai": "^0.4.0",
"cohere-ai": "^6.2.2",
"node-fetch": "^3.3.2",
"yargs": "^17.7.2",
"undici": "^6.19.8"
},
"devDependencies": {
"typescript": "^5.5.4",
"@types/node": "^20.14.10",
"@types/yargs": "^17.0.32",
"@types/inquirer": "^9.0.7",
"@types/react": "^18.2.0",
"vitest": "^1.6.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0"
}
}