UNPKG

starforged-cli

Version:

My goal is for this to be an easy-to-use CLI for playing Starforged solo. If your game ends up in a broken state of some sort, and no command yet exists to fix your issue, all of the game data you accumulate is stored in `~/starforged-cli/db.json` and you

37 lines (36 loc) 676 B
{ "name": "starforged-cli", "version": "0.5.4", "description": "", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/euroclydon37/starforged-cli.git" }, "bin": { "rpg": "src/index.js" }, "scripts": { "start": "node src/index.js", "format": "prettier -w ." }, "keywords": [ "starforged", "rpg", "solo", "game" ], "author": "", "license": "ISC", "dependencies": { "chalk": "^4.1.2", "dataforged": "^1.4.1", "marked": "^4.0.18", "marked-terminal": "^5.1.1", "prompts": "^2.4.2", "ramda": "^0.28.0" }, "devDependencies": { "prettier": "^2.7.1" } }