{
  "name": "track-dev-time",
  "version": "1.0.3",
  "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"
  },
  "main": "./lib/index.js",
  "type": "module",
  "scripts": {
    "test": "vitest"
  },
  "keywords": [
    "time-tracking",
    "dev-tracker",
    "developer-tools",
    "productivity",
    "session-tracker",
    "auto-tracking",
    "tracking",
    "dev-time",
    "cli"
  ],
  "author": "Vivian B.",
  "license": "MIT",
  "dependencies": {
    "chokidar": "^4.0.3",
    "commander": "^13.1.0",
    "nanoid": "^5.1.5"
  },
  "peerDependencies": {
    "concurrently": "^9.1.2"
  },
  "devDependencies": {
    "vitest": "^3.1.3"
  }
}
