-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 984 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
37
38
{
"name": "fb-messenger-chatbot",
"version": "1.0.0",
"description": "A fb messenger chatbot to help prospective and already enrolled students of Hogwarts's School of Witchcraft and Wizardry",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevinMwita7/fb-messenger-chatbot.git"
},
"keywords": [
"messaging",
"communication",
"chatboot",
"facebook",
"messenger"
],
"author": "Kevin Babu",
"license": "MIT",
"bugs": {
"url": "https://github.com/KevinMwita7/fb-messenger-chatbot/issues"
},
"homepage": "https://github.com/KevinMwita7/fb-messenger-chatbot#readme",
"dependencies": {
"axios": "^0.19.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"morgan": "^1.9.1",
"redis": "^3.0.2"
}
}