UNPKG

youare

Version:

displays github activity of user

43 lines (42 loc) 834 B
{ "name": "youare", "description": "displays github activity of user", "version": "0.1.0", "license": "UNLICENSED", "type": "module", "bin": { "youare": "index.js" }, "author": { "name": "Prabhat Deshmukh", "email": "prabhat.deshmukh22@gmail.com" }, "keywords": [ "github-activity", "Prabhat Deshmukh" ], "files": [ "index.js", "utils" ], "scripts": { "format": "prettier --write \"./**/*.{js,json}\"" }, "dependencies": { "chalk": "^5.4.1", "cli-alerts": "^2.0.0", "cli-handle-error": "^4.4.1", "cli-handle-unhandled": "^1.1.2", "cli-meow-help": "^4.0.0", "cli-welcome": "^3.0.1", "dotenv": "^16.4.7", "get-package-json-file": "^2.0.0", "meow": "^13.2.0", "node-cache": "^5.1.2", "nodecache": "^0.0.2", "octokit": "^4.1.2" }, "devDependencies": { "prettier": "^3.5.0" } }