UNPKG

time-crisis

Version:
51 lines (50 loc) 1 kB
{ "name": "time-crisis", "version": "2.1.2", "description": "Timesheets organized.", "bin": "./main.js", "engine-strict": true, "engineStrict": true, "engines": { "node": ">= 7.10.1" }, "scripts": { "start": "node main.js", "test": "mocha" }, "author": "Louis Sandoval", "license": "MIT", "dependencies": { "debug": "^4.3.4", "moment": "^2.29.3", "p-queue": "^3.2.0", "progress": "^1.1.8", "toggl-api": "^1.0.2", "yargs": "^12.0.5" }, "devDependencies": { "chai": "^4.3.6", "eslint": "^8.16.0", "mocha": "^2.5.3" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/lousando/time-crisis.git" }, "keywords": [ "toggl", "time", "crisis", "organize", "timesheet", "round", "export" ], "bugs": { "url": "https://github.com/lousando/time-crisis/issues" }, "homepage": "https://github.com/lousando/time-crisis#readme" }