-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
39
{
"name": "botja",
"version": "1.0.0",
"description": "A chatbot that can do most of the things to make your life easier and faster.",
"main": "index.js",
"scripts": {
"discord": "node discord/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drabkirn/botja.git"
},
"keywords": [
"botja",
"chatbot",
"bot"
],
"author": "Drabkirn",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/drabkirn/botja/issues"
},
"homepage": "https://github.com/drabkirn/botja#readme",
"dependencies": {
"@assistant/conversation": "^3.2.0",
"@google-cloud/dialogflow": "^4.6.0",
"actions-on-google": "^3.0.0",
"applicationinsights": "^1.6.0",
"ask-sdk-core": "^2.10.1",
"ask-sdk-model": "^1.34.1",
"body-parser": "^1.19.0",
"botbuilder": "4.18.0",
"dialogflow-fulfillment": "^0.6.1",
"discord.js": "^11.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1"
}
}