forked from MOHAMMAD-NAYAN/Nayan-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.64 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
82
83
84
85
{
"name": "NAYAN-BOT",
"version": "5.2.2",
"description": "simple messenger bot",
"main": "",
"scripts": {
"start": "node --trace-warnings --use_strict --async-stack-traces Nayan/catalogs/Nayana.js",
"login": "node login",
"test": "node --trace-warnings --use_strict --async-stack-traces main"
},
"author": "Nayan",
"license": "GPL-3.0",
"dependencies": {
"aes-js": "latest",
"axios": "^1.4.0",
"bluebird": "^2.11.0",
"canvas": "^2.11.2",
"chalk": "4.1.2",
"chalkercli": "^1.6.4",
"cheerio": "latest",
"child_process": "^1.0.2",
"cloudscraper": "^4.6.0",
"crypto": "latest",
"dotenv": "^16.0.1",
"eval": "^0.1.8",
"express": "^4.17.3",
"fast-speedtest-api": "^0.3.2",
"fb-tools": "^0.0.1-security",
"figlet": "^1.5.2",
"filipino-badwords-list": "^1.1.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"fs-extra": "^10.0.1",
"gif-frames": "^1.0.1",
"gifencoder": "^2.0.1",
"googlethis": "^1.7.1",
"gradient-string": "^2.0.2",
"https-proxy-agent": "latest",
"image-downloader": "^4.3.0",
"imgur": "^2.3.0",
"imgur-upload-api": "^2.0.2",
"jimp": "^0.22.8",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.41",
"mqtt": "latest",
"nayan-media-downloader": "^2.5.7",
"nayan-server": "^2.4.1",
"node-cmd": "^5.0.0",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.1",
"node-superfetch": "^0.3.3",
"npmlog": "latest",
"openai": "^3.1.0",
"os": "^0.1.2",
"pastebin-api": "^5.1.6",
"path": "^0.12.7",
"pidusage": "^3.0.0",
"process": "^0.11.10",
"prompt-sync": "^4.2.0",
"qrcode": "^1.5.3",
"qrcode-reader": "^1.0.4",
"querystring": "^0.2.1",
"request": "latest",
"requests": "^0.3.0",
"semver": "latest",
"sequelize": "^6.17.0",
"simple-youtube-api": "^5.2.1",
"soundcloud-downloader": "^1.0.0",
"sqlite3": "^5.1.6",
"string-similarity": "",
"systeminformation": "^5.17.9",
"tesseract.js": "^4.1.1",
"tinycolor2": "^1.6.0",
"totp-generator": "^0.0.13",
"tslib": "^2.6.2",
"tweetnacl-sealedbox-js": "^1.2.0",
"tweetnacl-util": "^0.15.1",
"url": "^0.11.3",
"websocket-stream": "latest",
"wikijs": "^6.4.1",
"youtube-search-api": "^1.1.1",
"ytdl-core": "^4.11.4"
}
}