UNPKG

command-line-quiz-game

Version:

Funny quiz game run in command line, get all questions from third party API.

37 lines (36 loc) 895 B
{ "name": "command-line-quiz-game", "version": "1.0.2", "description": "Funny quiz game run in command line, get all questions from third party API.", "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "keywords": [ "Nodejs", "Chalk", "Chalk-Animation", "Inquirer" ], "author": "Hossam Mohamed", "license": "ISC", "bin": "index.js", "engines": { "node": ">=0.12" }, "repository": { "type": "git", "url": "https://github.com/hossamMohamed00/Quiz-Game-Command-Line.git" }, "homepage": "https://github.com/hossamMohamed00/Quiz-Game-Command-Line.git", "dependencies": { "axios": "^0.25.0", "chalk": "^5.0.0", "chalk-animation": "^1.3.0", "figlet": "^1.5.2", "gradient-string": "^2.0.0", "inquirer": "^8.2.0", "nanospinner": "^1.0.0" } }