UNPKG

aboutme-cli

Version:

A CLI that helps you to know the social networks of a person

33 lines (32 loc) 777 B
{ "name": "aboutme-cli", "version": "1.0.4", "description": "A CLI that helps you to know the social networks of a person", "main": "index.js", "author": "Bruno Melo <utibmelo@gmail.com>", "license": "MIT", "dependencies": { "axios": "^0.19.0", "chalk": "^2.4.2", "meow": "^5.0.0", "ora": "^3.4.0", "update-notifier": "^3.0.0" }, "keywords": [ "network", "social", "aboutme", "aboutme-cli" ], "bin": { "aboutme": "index.js" }, "homepage": "https://github.com/brunooomelo/lottery#README.md", "bugs": { "url": "https://github.com/brunooomelo/aboutme-cli/issues" }, "repository": { "type": "git", "url": "git+https://github.com/brunooomelo/aboutme-cli/.git" } }