UNPKG

soloflow

Version:

Soloflow timetracking CLI tool - Create a user on Soloflow.io at start using our CLI to track your time.

35 lines (34 loc) 726 B
{ "name": "soloflow", "version": "1.0.8", "description": "Soloflow timetracking CLI tool - Create a user on Soloflow.io at start using our CLI to track your time.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "timetracking", "cli", "freelancer", "toolkit" ], "author": "Soloflow.io", "license": "ISC", "bin": { "soloflow": "./index.js" }, "dependencies": { "chalk": "^2.4.1", "clear": "^0.1.0", "clui": "^0.3.6", "commander": "^2.15.1", "configstore": "^3.1.2", "figlet": "^1.2.0", "inquirer": "^5.2.0", "lodash": "^4.17.10", "minimist": "^1.2.0", "moment": "^2.22.1", "simple-git": "^1.92.0", "touch": "^3.1.0" } }