cli-legend
Version:
"A fun command-line rogurelike dungeon game"
19 lines (18 loc) • 385 B
JSON
{
"name": "rogue-maze",
"version": "1.0.0",
"description": "A roguelike ASCII dungeon crawler",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"rogue-maze": "./index.js"
},
"dependencies": {
"chalk": "^5.2.0",
"figlet": "^1.5.2",
"inquirer": "^9.1.5"
}
}