workwatch
Version:
A Linux terminal program for honest worktime tracking and billing.
43 lines (42 loc) • 881 B
JSON
{
"name": "workwatch",
"version": "0.0.2",
"description": "A Linux terminal program for honest worktime tracking and billing.",
"type": "commonjs",
"keywords": [
"work",
"stopwatch",
"watch",
"worktime",
"worklog",
"log",
"help",
"honesty",
"tool",
"terminal",
"cli",
"tui",
"linux",
"tracking",
"billing",
"time",
"timetracking",
"timetracker",
"clock"
],
"author": "Artur Rutkowski <locust@mailbox.org>",
"license": "GPL-3.0-or-later",
"homepage": "https://gitlab.com/l0cust/workwatch",
"bugs": {
"url": "https://gitlab.com/l0cust/workwatch/-/issues",
"email": "locust@mailbox.org"
},
"bin": "./bin/workwatch",
"repository": {
"type": "git",
"url": "https://gitlab.com/l0cust/workwatch.git"
},
"scripts": {
"postinstall": "scripts/postinstall.js"
}
}