-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "whatsapp-bot",
"version": "1.2.1",
"description": "function bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node demo.js",
"game": "node ./lib/cards-against-humanity/game.js",
"formatted": "node ./lib/cards-against-humanity/cards/format-deck.js"
},
"keywords": [
"bot"
],
"author": "puszkarek",
"license": "ISC",
"dependencies": {
"@google-cloud/translate": "^6.2.0",
"@open-wa/wa-automate": "^3.12.0",
"alexa-bot-api": "^2.0.5",
"axios": "^0.21.1",
"chatbot-zero": "^1.1.0",
"cleverbot-free": "^1.1.6",
"date-fns": "^2.21.2",
"dotenv": "^9.0.0",
"download-helper": "^1.0.0",
"fifteenai": "^1.0.6",
"g-i-s": "^2.1.6",
"gm": "^1.23.1",
"i": "^0.3.6",
"image-type": "^4.1.0",
"infobox-parser": "^3.6.0",
"kitsu": "*",
"malapi": "^0.0.3",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"nodemon": "^2.0.7",
"npm": "^7.12.0",
"openai-api": "^1.2.1",
"pensador-api": "^1.0.0",
"pokeapi-js-wrapper": "^1.2.0",
"puppeteer": "^9.0.0",
"randomquote-api": "^3.5.5",
"request": "^2.88.2",
"wikipedia": "^1.1.1",
"word-wrap": "^1.2.3",
"ytdl-core": "^4.7.0"
}
}