forked from Ektimo/toggl-redmine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 932 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
{
"name": "toggl-redmine",
"version": "0.1.0",
"description": "Simple non-destructive Toggl API to Redmine API sync tool with update capability",
"main": "./build/main.js",
"author": "Ektimo",
"scripts": {
"build": "tsc",
"buildNoChecks": "tsc --noStrictGenericChecks --skipLibCheck"
},
"dependencies": {
"bottleneck": "2.7.2",
"cli-table2": "0.2.0",
"cron": "1.3.0",
"luxon": "^1.3.3",
"mkdirp": "0.5.1",
"node-redmine": "0.2.1",
"nodemailer": "4.6.7",
"prelude.ts": "0.7.8",
"toggl-api": "1.0.1",
"winston": "3.0.0",
"winston-daily-rotate-file": "3.3.0"
},
"devDependencies": {
"@types/cli-table2": "0.2.1",
"@types/core-js": "2.5.0",
"@types/cron": "1.3.0",
"@types/luxon": "^1.2.2",
"@types/mkdirp": "0.5.2",
"@types/node": "10.5.7",
"@types/nodemailer": "4.6.2",
"@types/request": "2.47.1",
"typescript": "3.0.1"
}
}