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

@@ -1,9 +1,11 @@
{
"name": "toggl-track",
"version": "2.0.1",
"main": "index.js",
"version": "2.0.2",
"main": "main.js",
"type": "module",
"scripts": {
"format": "prettier -w .",
"package": "companion-module-build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -12,10 +14,12 @@
},
"license": "MIT",
"dependencies": {
"@companion-module/base": "~1.4",
"@companion-module/base": "~1.11",
"got": "~13.0.0"
},
"devDependencies": {
"@companion-module/tools": "~1.1"
}
}
"@companion-module/tools": "~2.1.0",
"prettier": "^3.4.2"
},
"prettier": "@companion-module/tools/.prettierrc.json"
}