update module to newer and more aligned to template structure

This commit is contained in:
2025-01-14 11:42:29 +01:00
parent c7eccd3571
commit 9dc24f2d7b
13 changed files with 169 additions and 147 deletions

View File

@@ -10,6 +10,9 @@
"maintainers": [
{
"name": "Peter Daniel"
},
{
"name": "Matthias Kesler"
}
],
"legacyIds": [],
@@ -17,13 +20,9 @@
"type": "node18",
"api": "nodejs-ipc",
"apiVersion": "0.0.0",
"entrypoint": "../index.js"
"entrypoint": "../main.js"
},
"manufacturer": "Toggl",
"products": [
"Track"
],
"keywords": [
"Logging", "Timer", "Task Tracking", "Time Tracking", "Project Management"
]
"products": ["Track"],
"keywords": ["Logging", "Timer", "Task Tracking", "Time Tracking", "Project Management"]
}