Files
companion-module-toggl-track/companion/manifest.json
bryce 2f9fa1cb0b fix: module crash when there are no clients (#8)
* fix: module crashing with no clients

* chore: version bump

* chore: format
2025-09-14 14:16:26 -07:00

29 lines
708 B
JSON

{
"id": "toggl-track",
"name": "toggl-track",
"shortname": "toggl-track",
"description": "Companion module for toggltrack timers",
"version": "0.0.0",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-toggl-track.git",
"bugs": "https://github.com/bitfocus/companion-module-toggl-track/issues",
"maintainers": [
{
"name": "Peter Daniel"
},
{
"name": "Matthias Kesler"
}
],
"legacyIds": [],
"runtime": {
"type": "node18",
"api": "nodejs-ipc",
"apiVersion": "0.0.0",
"entrypoint": "../dist/main.js"
},
"manufacturer": "Toggl",
"products": ["Track"],
"keywords": ["Logging", "Timer", "Task Tracking", "Time Tracking", "Project Management"]
}