UNPKG

jokes-generator-cli

Version:

A CLI application that generates random jokes

41 lines (40 loc) 1 kB
{ "name": "jokes-generator-cli", "version": "1.1.0", "description": "A CLI application that generates random jokes", "main": "index.js", "homepage": "https://github.com/Arbtrage/Joke-Generator-CLI", "repository": { "type": "git", "url": "git+https://github.com/Arbtrage/Joke-Generator-CLI.git" }, "author": { "name": "Sayantan Naskar", "Github profile": "https://github.com/Arbtrage" }, "files": [ "utils/*", "index.js", "package.json" ], "bin": { "gen-joke": "index.js" }, "scripts": { "test": "node test.js" }, "dependencies": { "ansi-colors": "^4.1.3", "axios": "^1.3.2", "cli-table": "^0.3.11", "cli-welcome": "^2.2.2", "spinnies": "^0.5.1" }, "keywords": [ "jokes", "jokes-generator", "jokes-generator-cli", "cli" ], "license": "MIT" }