forked from TobyG74/ChisatoBOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ELAINABOT",
"version": "3.0.0",
"description": "THX FOR MHANKBARBAR AS MY FRIEND, REEDIT BY TOBZ",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TOBZ",
"license": "Apache-2.0",
"dependencies": {
"@open-wa/wa-automate": "^3.10.15",
"@open-wa/wa-decrypt": "^3.0.1",
"acrcloud": "^1.4.0",
"axios": "^0.19.2",
"bent": "^7.3.10",
"brainly-scraper": "^1.0.2",
"dotenv": "^8.2.0",
"download-file": "^0.1.5",
"emoji-regex": "^9.0.0",
"figlet": "^1.5.0",
"file-type": "^15.0.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.0.1",
"get-youtube-id": "^1.0.1",
"google-it": "^1.5.0",
"google-translate-open-api": "^1.3.5",
"got": "^11.7.0",
"gtts": "^0.2.1",
"image-size": "^0.9.1",
"image-to-base64": "^2.1.1",
"image-to-pdf": "^1.0.0",
"lolcatjs": "^2.4.0",
"mathjs": "^8.0.1",
"moment-timezone": "^0.5.31",
"mysql": "^2.18.1",
"nana-api": "^1.1.2",
"needle": "^2.5.2",
"nhentai-api": "^3.0.2",
"nhentai-js": "^4.0.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"performance-now": "^2.1.0",
"pm2": "^4.5.0",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"sastrawijs": "^1.0.3",
"text2png": "^2.3.0",
"translatte": "^2.5.8",
"video-crop": "^1.1.0",
"video-crop-cli": "^1.1.0",
"video-url-link": "^0.1.4",
"ytdl": "^1.3.5"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"@types/puppeteer": "^5.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobyG74/ElainaBOT",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"keywords": [
"Whatsapp-Bot"
],
"bugs": {
"url": "https://github.com/TobyG74/ElainaBOT/issues"
},
"homepage": "https://github.com/TobyG74/ElainaBOT"
}