UNPKG

@siddh29/atharvaquiz

Version:

A fun command-line quiz game for Atharva Boiz.

31 lines (30 loc) 617 B
{ "name": "@siddh29/atharvaquiz", "version": "1.0.0", "description": "A fun command-line quiz game for Atharva Boiz.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "quiz", "cli", "game", "interactive", "atharva" ], "author": "siddh29", "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" } }