26 lines
586 B
JSON
26 lines
586 B
JSON
{
|
|
"name": "toggl-track",
|
|
"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": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitfocus/companion-module-toggl-track.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@companion-module/base": "~1.11",
|
|
"got": "~13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@companion-module/tools": "~2.1.0",
|
|
"prettier": "^3.4.2"
|
|
},
|
|
"prettier": "@companion-module/tools/.prettierrc.json"
|
|
}
|