UNPKG

ayush-cli

Version:

A stylish CLI to showcase Ayush Sharma's portfolio, projects, skills, and achievements.

31 lines (30 loc) 602 B
{ "name": "ayush-cli", "version": "1.0.1", "description": "A stylish CLI to showcase Ayush Sharma's portfolio, projects, skills, and achievements.", "main": "index.js", "bin": { "ayush": "./index.js" }, "scripts": { "start": "node index.js" }, "keywords": [ "cli", "portfolio", "ayush", "ayush-sharma", "developer", "projects", "personal-cli" ], "author": "Ayush Sharma", "license": "MIT", "type": "module", "dependencies": { "chalk": "^5.4.1", "figlet": "^1.8.1", "gradient-string": "^3.0.0", "inquirer": "^12.6.0" } }