UNPKG

intertools

Version:

🚀 Professional development assistant with Backend Engineer Mode. Auto-starts with full functionality, no prompts, iterative problem solving. Features: AI chat orchestrator, terminal monitoring, file analysis, error correction, performance optimization. C

76 lines (75 loc) • 1.85 kB
{ "name": "intertools", "version": "1.1.4", "description": "🚀 Professional development assistant with Backend Engineer Mode. Auto-starts with full functionality, no prompts, iterative problem solving. Features: AI chat orchestrator, terminal monitoring, file analysis, error correction, performance optimization. Completely FREE and Open Source!", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "intertools": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "prepublishOnly": "npm run build", "postinstall": "node dist/postinstall.js || echo 'Welcome to InterTools! Run: npx intertools'" }, "dependencies": { "node-fetch": "^2.7.0", "inquirer": "^9.2.12", "ora": "^7.0.1", "open": "^9.1.0", "chalk": "^5.3.0" }, "devDependencies": { "@types/node": "^20.10.4", "@types/node-fetch": "^2.6.9", "@types/inquirer": "^9.0.7", "@types/ora": "^3.2.0", "typescript": "^5.3.3", "jest": "^29.7.0", "@types/jest": "^29.5.8", "ts-jest": "^29.1.1" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "keywords": [ "intertools", "console", "logs", "ide", "cursor", "vscode", "analysis", "ai", "debugging", "monitoring", "orchestrator", "chat", "analytics", "backend-engineer", "auto-start", "iterative-solving", "error-correction", "file-analysis", "problem-solving", "free", "open-source" ], "author": "InterTools Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/luvs2spluj/intertools.git" }, "bugs": { "url": "https://github.com/luvs2spluj/intertools/issues" }, "homepage": "https://intertools.pro" }