{ "name": "ttmsh", "version": "1.1.1", "main": "index.js", "repository": "https://tildegit.org/jakew/ttmsh-cli.git", "author": "Jake Walker ", "license": "GPL-3.0", "description": "A CLI application for interacting with https://ttm.sh/.", "dependencies": { "chalk": "^2.4.2", "commander": "^2.19.0", "enquirer": "^2.3.0", "file-bytes": "^2.0.3", "ora": "^3.2.0", "request": "^2.88.0", "request-promise": "^4.2.4", "valid-url": "^1.0.9" }, "bin": { "ttmsh": "./cli.js" } }