This repository has been archived on 2019-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
ttmsh-cli/package.json

23 lines
543 B
JSON

{
"name": "ttmsh",
"version": "1.1.1",
"main": "index.js",
"repository": "https://tildegit.org/jakew/ttmsh-cli.git",
"author": "Jake Walker <hi@jakew.me>",
"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"
}
}