Files
companion-module-toggl-track/package.json
Peter Daniel 726343ba5b 2.0.1
2023-07-02 21:07:24 +01:00

21 lines
434 B
JSON

{
"name": "toggl-track",
"version": "2.0.1",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-toggl-track.git"
},
"license": "MIT",
"dependencies": {
"@companion-module/base": "~1.4",
"got": "~13.0.0"
},
"devDependencies": {
"@companion-module/tools": "~1.1"
}
}