-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 836 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-weather-bot",
"version": "0.1.0",
"description": "Facebook bot using api.ai",
"main": "webhook.js",
"scripts": {
"start": "nf start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/girliemac/fb-apiai-bot-simple"
},
"keywords": [
"bot",
"ai",
"chat",
"facebook",
"messenger"
],
"author": "swift",
"license": "MIT",
"dependencies": {
"apiai": "^3.0.3",
"async-request": "^1.2.0",
"body-parser": "^1.15.2",
"cheerio": "^1.0.0-rc.2",
"express": "^4.14.0",
"node-fetch": "^2.3.0",
"request": "^2.79.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.10",
"@types/node-fetch": "^2.1.4",
"@types/request": "^2.48.1",
"typescript": "^3.1.6"
}
}