package and manifest update

This commit is contained in:
Peter Daniel
2023-06-27 14:17:02 +01:00
parent 113af5105d
commit ba5f120840
2 changed files with 41 additions and 19 deletions

View File

@@ -1,29 +1,20 @@
{
"name": "toggl-track",
"version": "1.0.3",
"api_version": "1.0.0",
"keywords": [
"Timer",
"Logging"
],
"manufacturer": "Toggl",
"product": [
"Track"
],
"shortname": "toggl",
"description": "Companion module for TogglTrack",
"version": "2.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"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": {
"type": "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"
}
}
}