-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "btt-toggl",
"version": "1.0.2",
"description": "A BTT plugin for toggl",
"main": "index.js",
"author": "Daniel Rutkovsky - [email protected]",
"license": "MIT",
"keywords": [
"btt",
"BetterTouchTool",
"Toggl"
],
"homepage": "https://github.com/Nevermole/btt-toggl/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Nevermole/btt-toggl"
},
"scripts": {
"preinstall": "./getTogglToken.sh",
"postinstall": "./createBetterTouchToolJson.sh"
},
"dependencies": {
"@types/moment-duration-format": "^2.2.2",
"@types/node": "^10.14.20",
"axios": "^0.18.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.3.2",
"toggl-api": "^1.0.1"
},
"bin": {
"btt-toggl": "index.js"
},
"devDependencies": {
"typescript": "^3.7.0-beta"
}
}