UNPKG

track-dev-time

Version:

CLI tool to track your coding sessions with start, pause and stop commands. Outputs session data to a JSON file.

43 lines (42 loc) 984 B
{ "name": "track-dev-time", "version": "2.0.7", "description": "CLI tool to track your coding sessions with start, pause and stop commands. Outputs session data to a JSON file.", "repository": { "type": "git", "url": "https://github.com/vbruchon/track-dev-time-cli.git" }, "bugs": { "url": "https://github.com/vbruchon/track-dev-time-cli/issues" }, "homepage": "https://github.com/vbruchon/track-dev-time-cli#readme", "bin": { "track-dev-time": "./bin/cli.js" }, "type": "module", "scripts": { "test": "vitest --run" }, "keywords": [ "time-tracking", "dev-tracker", "developer-tools", "productivity", "session-tracker", "auto-tracking", "tracking", "dev-time", "cli" ], "author": "Vivian B.", "license": "MIT", "dependencies": { "chalk": "^5.4.1", "chokidar": "^4.0.3", "commander": "^13.1.0", "concurrently": "^9.2.0" }, "devDependencies": { "vitest": "^3.1.3" } }