UNPKG

atharvaquiz

Version:

A fun command-line quiz game for atharvas.

31 lines (30 loc) 605 B
{ "name": "atharvaquiz", "version": "1.0.5", "description": "A fun command-line quiz game for atharvas.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "quiz", "cli", "game", "interactive", "atharva" ], "author": "asiddh29", "license": "ISC", "type": "module", "bin": { "atharvaquiz": "index.js" }, "dependencies": { "chalk": "^5.4.1", "chalk-animation": "^2.0.3", "figlet": "^1.8.1", "gradient-string": "^3.0.0", "inquirer": "^12.7.0", "nanospinner": "^1.2.2" } }