-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.8 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "fired-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"lol what tests\" && exit 1",
"start": "ts-node teams.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@microsoft/microsoft-graph-client": "^1.4.0",
"bluebird": "^3.5.3",
"bluebird-retry": "^0.11.0",
"dotenv": "^8.2.0",
"csv": "^5.1.1",
"csv-parser": "^2.2.0",
"deep-diff": "^1.0.2",
"fs-extra": "^7.0.1",
"hipchatter": "^1.0.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"node-hipchat": "^0.4.5",
"node-notifier": "^5.4.0",
"puppeteer": "^1.12.2",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"slack": "^11.0.1",
"slack-webhook": "^1.0.0",
"slackbots": "^1.2.0",
"speedtest-net": "^1.4.4"
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "^1.6.0",
"@types/bluebird": "^3.5.25",
"@types/deep-diff": "^0.0.31",
"@types/fs-extra": "^5.0.4",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.21",
"@types/node-notifier": "^0.0.28",
"@types/puppeteer": "^1.12.1",
"@types/redis": "^2.8.10",
"@types/request": "^2.48.1",
"@types/request-promise": "^4.1.42",
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"ts-node": "^8.10.2",
"typescript": "^3.3.1"
}
}