UNPKG

xutilities-cli

Version:

A Command-Line Interface Tool For xUtilities (An Unblocked Games, Apps, & More Website Used When Bored At Work Or School) Used In-Case xUtilities On The Web Is Blocked/Banned.

33 lines (32 loc) 773 B
{ "name": "xutilities-cli", "version": "1.2.2", "description": "A Command-Line Interface Tool For xUtilities (An Unblocked Games, Apps, & More Website Used When Bored At Work Or School) Used In-Case xUtilities On The Web Is Blocked/Banned.", "main": "bin/xutilities.js", "bin": { "xutilities": "./bin/xutilities.js" }, "scripts": { "start": "node bin/xutilities.js" }, "keywords": [ "cli", "chatbot", "chatroom", "xutilities", "AI", "WS", "WebSocket", "Socket.IO", "Google Gemini" ], "author": "xUtilities <manmrisaguy@gmail.com>", "license": "MIT", "dependencies": { "axios": "^1.6.2", "chalk": "^5.3.0", "inquirer": "^9.2.10", "open": "^10.1.0", "socket.io-client": "^4.7.2" } }