-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.45 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "Priyansh",
"version": "10.1.1",
"description": "A simple Facebook Messenger Bot made by 𝐏𝐫𝐢𝐲𝐚𝐧𝐬𝐡 𝐑𝐚𝐣𝐩𝐮𝐭.",
"main": "Priyansh.js",
"engines": {
"node": "20.x",
"npm": "10.0.0"
},
"scripts": {
"start": "node index.js",
"login": "node login",
"test": "node --trace-warnings --use_strict --async-stack-traces mirai"
},
"repository": {
"type": "git",
"url": "https://github.com/Priyansh-11/Priyansh-bot/issues"
},
"keywords": [
"bot",
"facebook",
"projectpriyansh",
"messenger",
"javasvript",
"priyanshu",
"prince",
"mental"
],
"author": "𝐏𝐫𝐢𝐲𝐚𝐧𝐬𝐡 𝐑𝐚𝐣𝐩𝐮𝐭",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Priyansh-11/Priyansh-bot/issues"
},
"homepage": "https://github.com/Priyansh-11/Priyansh-bot/issues",
"dependencies": {
"@distube/ytdl-core": "^4.13.2",
"@miraipr0ject/assets": "^1.0.9",
"@replit/database": "^2.0.2",
"@supercharge/strings": "^1.28.0",
"akaneko": "^5.2.3",
"axios": "^0.26.1",
"body-parser": "^1.20.0",
"caesar-salad": "^2.1.0",
"canvas": "^2.9.3",
"chalk": "^4.1.2",
"chalkercli": "^1.6.4",
"cheerio": "^0.22.0",
"child_process": "^1.0.2",
"cloudscraper": "^4.6.0",
"colors": "^1.4.0",
"content-disposition": "^0.5.4",
"cron": "^2.1.0",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"discord-chatbot": "^2.1.0",
"eval": "^0.1.8",
"express": "^4.19.2",
"extract-zip": "^2.0.1",
"fb-tools": "0.0.1-security",
"fca-priyansh": "^18.0.0",
"figlet": "^1.5.2",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"googlethis": "^1.2.9",
"idioms": "0.0.2",
"image-downloader": "^4.3.0",
"jimp": "^0.16.13",
"knights-canvas": "^1.3.7-a",
"listen": "^1.0.1",
"lodash": "^4.17.21",
"log": "^6.3.1",
"lyrics-finder": "^21.7.0",
"mal-scraper": "^2.11.4",
"minimist": "^1.2.6",
"moment-timezone": "^0.5.37",
"movie-info": "^2.0.5",
"ms": "^2.1.3",
"nhentai-api": "^3.4.3",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.9",
"node-schedule": "^2.1.1",
"node-schedule-tz": "^1.2.1-4",
"node-superfetch": "^0.2.3",
"npm": "^9.4.2",
"npmlog": "^7.0.1",
"openai": "^3.2.1",
"opusscript": "0.0.8",
"os": "^0.1.2",
"pastebin-api": "^4.0.1",
"path": "^0.12.7",
"pidusage": "^3.0.0",
"ping-monitor": "^0.6.2",
"priyansh-fb-downloader": "^2.0.0",
"priyansh-ig-downloader": "^2.0.2",
"priyanshu-fca": "^1.0.0",
"random-cat-img": "^1.0.4",
"readline": "^1.3.0",
"request": "^2.88.2",
"semver": "^7.3.7",
"sequelize": "^6.21.4",
"simple-youtube-api": "^5.2.1",
"soundcloud-downloader": "^1.0.0",
"sqlite3": "^5.1.1",
"string-similarity": "^4.0.4",
"systeminformation": "^5.21.11",
"tempy": "^0.4.0",
"tinyurl": "^1.1.7",
"to": "^0.2.9",
"to-zalgo": "^1.0.1",
"totp-generator": "0.0.14",
"uuid-apikey": "^1.5.3",
"vtuber-wiki": "^1.1.5",
"websocket-stream": "^5.5.2",
"wikijs": "^6.3.3",
"youtube-search-api": "^1.1.0",
"youtubei.js": "^1.4.5",
"yt-search": "^2.10.4",
"ytdl-core": "^4.11.2",
"zalgo": "0.0.1"
}
}