-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1014 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
{
"name": "chatbot",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"start": "GOOGLE_APPLICATION_CREDENTIALS='./wessonbot-2283cb6eba3b.json' node app",
"dev": "GOOGLE_APPLICATION_CREDENTIALS='./wessonbot-2283cb6eba3b.json' nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DreyWesson/chatbot-with-rivescript.git"
},
"keywords": [],
"author": "dreywesson",
"license": "ISC",
"bugs": {
"url": "https://github.com/DreyWesson/chatbot-with-rivescript/issues"
},
"homepage": "https://github.com/DreyWesson/chatbot-with-rivescript#readme",
"dependencies": {
"@google-cloud/language": "^4.1.0",
"browserify": "^16.5.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"env-variable": "0.0.6",
"envify": "^4.1.0",
"express": "^4.17.1",
"request": "^2.88.2",
"twit": "^2.2.11",
"twitter-lite": "^0.14.0",
"uniq": "^1.0.1",
"body-parser": "^1.19.0",
"node-fetch": "^2.6.0"
}
}