UNPKG

@anik8mishra/portfolio

Version:

Aniket's interactive CLI portfolio with optimized starry space animation, skills, and minigames

51 lines (50 loc) 1.21 kB
{ "name": "@anik8mishra/portfolio", "version": "2.1.0", "description": "Aniket's interactive CLI portfolio with optimized starry space animation, skills, and minigames", "main": "index.js", "bin": { "aniket": "./index.js" }, "type": "module", "keywords": [ "portfolio", "cli", "npx", "aniket", "interactive", "terminal", "ascii-art", "starry", "space", "professional", "developer", "game" ], "author": "Aniket", "license": "MIT", "engines": { "node": ">=14" }, "dependencies": { "boxen": "^7.1.1", "chalk": "^5.3.0", "cli-spinners": "^2.9.2", "figlet": "^1.7.0", "firebase": "^11.7.3", "inquirer": "^9.2.12", "open": "^9.1.0" }, "scripts": { "start": "node index.js", "test": "node index.js" }, "repository": { "type": "git", "url": "https://github.com/anik8mishra/portfolio-cli" }, "homepage": "https://an8ketmishra.netlify.app/", "bugs": { "url": "https://github.com/anik8mishra/portfolio-cli/issues" } }