UNPKG

@syedahoorainali/minecraft

Version:

Delve into a text-based Minecraft adventure in this TypeScript CLI game. Battle foes, strategize, and explore the blocky landscape from your terminal.

48 lines (47 loc) 1.25 kB
{ "name": "@syedahoorainali/minecraft", "version": "1.0.0", "description": "Delve into a text-based Minecraft adventure in this TypeScript CLI game. Battle foes, strategize, and explore the blocky landscape from your terminal.", "homepage": "https://github.com/syeda-hoorain-ali/minecraft-cli/#README.md", "main": "dist/index.js", "bin": "dist/index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/syeda-hoorain-ali/minecraft-cli.git" }, "publishConfig": { "access": "public" }, "keywords": [ "Minecraft", "CLI game", "Adventure game", "Text-based", "TypeScript", "Terminal", "Strategy", "Nostalgia" ], "author": "Syeda Hoorain Ali", "license": "MIT", "dependencies": { "boxen": "^7.1.1", "chalk": "^5.3.0", "figlet": "^1.7.0", "gradient-string": "^2.0.2", "inquirer": "^9.2.18", "inquirer-press-to-continue": "^1.2.0", "node-emoji": "^2.1.3", "ora": "^8.0.1", "terminal-image": "^2.0.0" }, "devDependencies": { "@types/figlet": "^1.5.8", "@types/gradient-string": "^1.1.6", "@types/inquirer": "^9.0.7" } }