UNPKG

arun-yadav-resume

Version:

Arun Yadav's professional resume as an npm package - run with npx arun-yadav-resume

32 lines 733 B
{ "name": "arun-yadav-resume", "version": "1.0.0", "description": "Arun Yadav's professional resume as an npm package - run with npx arun-yadav-resume", "main": "index.js", "bin": { "arun-resume": "./bin/cli.js" }, "scripts": { "start": "node index.js", "test": "node index.js" }, "keywords": [ "resume", "cv", "portfolio", "arun-yadav", "developer", "frontend-developer" ], "author": "Arun Yadav <arunydv2587@gmail.com>", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "boxen": "^5.1.2" }, "repository": { "type": "git", "url": "https://github.com/fury2587/arun-yadav-resume" }, "homepage": "https://linkedin.com/in/arun-yadav-fury0007" }