UNPKG

luzosa-cli

Version:

An interactive One Piece quiz game with pirate-themed styling and multiple difficulty levels

39 lines (38 loc) 820 B
{ "name": "luzosa-cli", "version": "1.0.7", "description": "An interactive One Piece quiz game with pirate-themed styling and multiple difficulty levels", "main": "index.js", "type": "module", "engines": { "node": ">=18.0.0" }, "bin": { "luzosa": "./index.js" }, "scripts": { "start": "node index.js", "prepublishOnly": "chmod +x index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "one-piece", "quiz", "game", "cli", "interactive", "pirate", "luffy" ], "author": "", "license": "ISC", "dependencies": { "@clack/prompts": "^0.11.0", "chalk": "^5.5.0", "chalk-animation": "^2.0.3", "figlet": "^1.8.2", "gradient-string": "^3.0.0", "inquirer": "^12.9.0", "picocolors": "^1.1.1" } }