akshit-sharma-cli
Version:
Personal CLI tool showcasing Akshit Sharma's AI/ML engineering profile
38 lines (37 loc) • 893 B
JSON
{
"name": "akshit-sharma-cli",
"version": "1.0.23",
"description": "Personal CLI tool showcasing Akshit Sharma's AI/ML engineering profile",
"main": "index.js",
"bin": {
"akshit-sharma-cli": "cli.js"
},
"type": "module",
"keywords": [
"cli",
"personal",
"profile",
"ai",
"ml",
"developer",
"akshit-sharma"
],
"author": "Akshit Sharma <akshitsharma7096@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/akshit7093/akshit-sharma-cli.git"
},
"dependencies": {
"@google/genai": "^1.11.0",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"cli-table3": "^0.6.5",
"commander": "^14.0.0",
"dotenv": "^17.2.1",
"gradient-string": "^3.0.0",
"marked": "^15.0.12",
"marked-terminal": "^7.3.0",
"readline-sync": "^1.4.10"
}
}