package and manifest update
This commit is contained in:
31
companion/manifest.json
Normal file
31
companion/manifest.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"id": "toggl-track",
|
||||||
|
"name": "toggl-track",
|
||||||
|
"shortname": "toggl",
|
||||||
|
"description": "Companion module for toggltrack timers",
|
||||||
|
"version": "2.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"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"legacyIds": [
|
||||||
|
"toggl-track"
|
||||||
|
],
|
||||||
|
"runtime": {
|
||||||
|
"type": "node18",
|
||||||
|
"api": "nodejs-ipc",
|
||||||
|
"apiVersion": "0.0.0",
|
||||||
|
"entrypoint": "../index.js"
|
||||||
|
},
|
||||||
|
"manufacturer": "toggl",
|
||||||
|
"products": [
|
||||||
|
"track"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"Logging", "Timer", "Task Tracking", "Time Tracking", "Project Management"
|
||||||
|
]
|
||||||
|
}
|
||||||
27
package.json
27
package.json
@@ -1,29 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "toggl-track",
|
"name": "toggl-track",
|
||||||
"version": "1.0.3",
|
"version": "2.0.0",
|
||||||
"api_version": "1.0.0",
|
|
||||||
"keywords": [
|
|
||||||
"Timer",
|
|
||||||
"Logging"
|
|
||||||
],
|
|
||||||
"manufacturer": "Toggl",
|
|
||||||
"product": [
|
|
||||||
"Track"
|
|
||||||
],
|
|
||||||
"shortname": "toggl",
|
|
||||||
"description": "Companion module for TogglTrack",
|
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Peter Daniel",
|
|
||||||
"license": "MIT",
|
|
||||||
"homepage": "https://github.com/bitfocus/companion-module-toggl-track#readme",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/bitfocus/companion-module-toggl-track/issues"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/bitfocus/companion-module-toggl-track.git"
|
"url": "git+https://github.com/bitfocus/companion-module-toggl-track.git"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@companion-module/base": "~1.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@companion-module/tools": "~1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user