node-quiz
Version:
A Simple Quiz CLI game created using Nodejs.
32 lines • 634 B
JSON
{
"name": "node-quiz",
"version": "1.4.0",
"description": "",
"main": "index.js",
"type": "module",
"bin": "./index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"node-quiz",
"quiz-game",
"cli-quiz",
"cli"
],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^5.0.0",
"chalk-animation": "^1.6.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.0",
"inquirer": "^8.2.0",
"nanospinner": "^1.0.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}