-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.38 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "botmaster-twitter-webhook",
"version": "1.0.0",
"description": "IQ Trivia Bot",
"main": "bot.js",
"scripts": {
"postinstall": "node scripts/downloading_env_files.js",
"start": "nodemon main.js"
},
"ava": {
"files": [
"tests/**/*.js"
],
"source": [],
"match": [],
"serial": true,
"verbose": true,
"failFast": false,
"tap": false,
"powerAssert": false,
"timeout": "30s"
},
"nyc": {
"check-coverage": true,
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100,
"exclude": [
"tests"
]
},
"keywords": [
"bot",
"botmaster",
"bot-framework",
"twitter"
],
"license": "MIT",
"author": "Alex Wait <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/botmasterai/botmaster-messenger"
},
"bugs": {
"url": "https://github.com/botmasterai/botmaster-messenger/issues"
},
"dependencies": {
"@bugsnag/js": "^7.1.1",
"@bugsnag/plugin-express": "^7.1.1",
"awesome-phonenumber": "^2.30.0",
"axios": "^0.19.2",
"bluebird": "^3.5.1",
"body-parser": "^1.17.1",
"botmaster": "^3.0.7",
"countdown": "^2.6.0",
"cryptiles": "^4.1.2",
"express": "^4.15.2",
"express-html": "^1.0.1",
"hoek": "^4.2.1",
"isemail": "^3.1.3",
"jshint": "^2.9.6",
"lodash": "^4.17.5",
"mime": "1.4.1",
"moment": "^2.21.0",
"path": "^0.12.7",
"promise-mysql": "^3.2.1",
"prompt": "^1.0.0",
"randomstring": "^1.1.5",
"readlines": "^0.2.0",
"redis": "^2.8.0",
"request": "^2.85.0",
"request-promise": "^4.2.0",
"s3": "^4.4.0",
"sidekiq": "^1.1.1",
"thize": "^0.2.2",
"tunnel-agent": "^0.6.0",
"twit": "^2.2.9",
"twitter": "https://github.com/teifip/node-twitter#68793869f0f6b8ec8b7d2a116131c5c009395dca",
"typescript": "^3.1.1"
},
"engines": {
"node": "10.x",
"yarn": "~1"
},
"resolutions": {
"**/event-stream": "3.3.4"
},
"devDependencies": {
"ava": "^0.18.2",
"botmaster-test-fixtures": "^2.1.0",
"coveralls": "^2.11.16",
"debug": "^2.6.3",
"documentation": "^4.0.0-beta.18",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"nodemon": "^1.11.0",
"nyc": "^10.1.2"
}
}