UNPKG

oxtimely

Version:

A CLI tool to print the current computer's hostname

37 lines (36 loc) 692 B
{ "name": "oxtimely", "version": "1.0.11", "description": "A CLI tool to print the current computer's hostname", "type": "module", "main": "index.js", "keywords": [ "cli", "hostname", "system", "os", "nodejs", "terminal", "sysinfo", "computer-name", "devtools" ], "bin": { "oxtimely": "bin/index.js" }, "dependencies": { "boxen": "^8.0.1", "chalk": "^5.5.0", "chalk-animation": "^2.0.3", "commander": "^10.0.1", "figlet": "^1.8.2", "gradient-string": "^3.0.0", "inquirer": "^12.6.1", "ora": "^8.2.0" }, "scripts": { "start": "node bin/index.js" }, "author": "logan", "license": "MIT" }