typescriptifying

This commit is contained in:
Wolfgang Hottgenroth
2018-01-08 21:54:59 +01:00
parent c1fa639ae4
commit 9e39d74084
12 changed files with 607 additions and 105 deletions

View File

@ -19,12 +19,20 @@
},
"homepage": "https://gitlab.com/wolutator/dispatcher_ng#README",
"dependencies": {
"chalk": "^2.3.0",
"command-line-args": "^4.0.7",
"moment": "^2.20.1",
"mqtt": "^2.15.0",
"nodemailer": "^4.4.1",
"simple-node-logger": "^0.93.33"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/command-line-args": "^4.0.2",
"@types/moment": "^2.13.0",
"@types/mqtt": "^2.5.0",
"@types/node": "^8.5.8",
"@types/nodemailer": "^4.3.1",
"typescript": "^2.6.2"
}
}