-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 924 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
{
"name": "kato-whatsapp-automate",
"version": "1.0.0",
"description": "WA Bot with Automate",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"author": "KatowProject",
"license": "MIT",
"dependencies": {
"@discordjs/collection": "^0.5.0",
"@dsquare-gbu/kuroshiro": "^1.1.2-iedev-1",
"@open-wa/wa-automate": "^4.42.7",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^16.0.0",
"is-base64": "^1.1.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"moment-timezone": "^0.5.33",
"mongoose": "^6.2.1",
"ms": "^2.1.3",
"node-superfetch": "^0.2.3",
"youtube-sr": "^4.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KatowProject/Kato-Whatsapp.git"
},
"bugs": {
"url": "https://github.com/KatowProject/Kato-Whatsapp/issues"
},
"homepage": "https://github.com/KatowProject/Kato-Whatsapp#readme"
}