{
"name": "kasl-cli",
"version": "1.0.0",
"kasl": {
"binary": "v1.0.0"
},
"description": "Work activity tracker CLI: automatic workday and break detection, task management with Jira/GitLab integration, productivity reports and exports",
"license": "MIT",
"author": "Kirill Lakhtachev <lahtachev@gmail.com> (https://lacodda.com)",
"homepage": "https://kasl.lacodda.com",
"repository": {
"type": "git",
"url": "git+https://github.com/lacodda/kasl.git"
},
"keywords": ["cli", "time-tracking", "productivity", "work", "tasks", "reports", "jira", "gitlab"],
"bin": {
"kasl": "run.js"
},
"files": ["download.js", "install.js", "run.js"],
"scripts": {
"postinstall": "node install.js"
},
"os": ["win32", "darwin", "linux"],
"engines": {
"node": ">=18"
}
}