UNPKG

roblox-banned-user-viewer

Version:

A CLI for viewing a banned roblox user's profile.

29 lines (28 loc) 562 B
{ "name": "roblox-banned-user-viewer", "version": "1.0.1", "description": "A CLI for viewing a banned roblox user's profile.", "main": "app.js", "keywords": [ "roblox", "banned", "banned user", "roblox banned user" ], "scripts": { "start": "node app.js" }, "author": "SCR1PP3D", "license": "ISC", "type": "module", "dependencies": { "colors": "^1.4.0", "node-bash-title": "0.0.2", "node-fetch": "^3.2.3", "prompt-sync": "^4.2.0", "yargs": "^17.4.1" }, "bin": { "view": "./bin/app.js" } }