UNPKG

bhumijgupta

Version:

A personal NPM card for Bhumij Gupta (@bhumijgupta)

35 lines (34 loc) 756 B
{ "name": "bhumijgupta", "version": "1.0.2", "description": "A personal NPM card for Bhumij Gupta (@bhumijgupta)", "main": "bin/index.js", "bin": { "bhumijgupta": "bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/bhumijgupta/npx-card.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node build.js", "prepublish": "npm run build", "dev": "node build.js && node bin/index.js" }, "keywords": [ "npm-card", "npm", "card" ], "files": [ "bin/index.js", "bin/output.txt" ], "author": "Bhumij Gupta <bhumijgupta@gmail.com>", "license": "MIT", "devDependencies": { "boxen": "^5.0.1", "chalk": "^4.1.1" } }