21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"name": "toggl-track",
|
|
"version": "2.0.0",
|
|
"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.2",
|
|
"got": "~13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@companion-module/tools": "~1.1"
|
|
}
|
|
} |