ai-atharva-cli
Version:
🤖 Gemini AI-powered interactive resume CLI with real AI responses! Features Google Gemini integration, comprehensive technical explanations, slash commands, and the exact Gemini CLI design. Perfect for showcasing Atharva Sawant's skills to Summer 2025 re
99 lines (98 loc) • 2.31 kB
JSON
{
"name": "ai-atharva-cli",
"version": "4.1.1",
"description": "🤖 Gemini AI-powered interactive resume CLI with real AI responses! Features Google Gemini integration, comprehensive technical explanations, slash commands, and the exact Gemini CLI design. Perfect for showcasing Atharva Sawant's skills to Summer 2025 recruiters.",
"main": "index.js",
"bin": {
"ai-atharva": "./bin/cli.js",
"atharva-ai": "./bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js",
"dev": "node bin/cli.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "echo \"Preparation complete\"",
"build": "echo \"Build process complete\"",
"lint": "echo \"Linting complete\""
},
"keywords": [
"cli",
"resume",
"portfolio",
"ai",
"interactive",
"educational",
"technical",
"atharva",
"career",
"hiring",
"internship",
"summer-2025",
"ai-ml",
"rag",
"llm",
"gemini",
"google-ai",
"generative-ai",
"full-stack",
"javascript",
"python",
"react",
"nodejs",
"svelte",
"developer",
"student",
"sies",
"competition",
"hackathon",
"winner",
"meta-craftlab",
"ieee",
"animations",
"sarcastic",
"slash-commands",
"comprehensive",
"explanations"
],
"author": {
"name": "Atharva Sawant",
"email": "satharva2004@gmail.com",
"url": "https://github.com/Satharva2004"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Satharva2004/atharva-ai-cli.git"
},
"bugs": {
"url": "https://github.com/Satharva2004/atharva-ai-cli/issues"
},
"homepage": "https://github.com/Satharva2004/atharva-ai-cli#readme",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"ansi-escapes": "^4.3.2",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^11.1.0",
"dotenv": "^16.4.5",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
"inquirer": "^8.2.6",
"keypress": "^0.2.1",
"node-fetch": "^3.3.2",
"ora": "^5.4.1",
"word-wrap": "^1.2.5"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"bin/",
"lib/",
"index.js",
"README.md",
"LICENSE"
],
"preferGlobal": true
}