-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.37 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 3.37 KB
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
122
123
124
{
"name": "morel",
"version": "1.0.1",
"description": "simple bot",
"main": "index.js",
"type": "module",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@vitalets/google-translate-api": "^9.2.1",
"@whiskeysockets/baileys": "^6.7.18",
"axios": "^1.11.0",
"chalk": "^5.4.1",
"cheerio": "^1.1.2",
"dotenv": "^17.2.0",
"eslint-visitor-keys": "^3.4.3",
"fast-redact": "^3.5.0",
"fastq": "^1.19.1",
"file-type": "^16.5.4",
"flatted": "^3.3.3",
"fluent-ffmpeg": "^2.1.3",
"follow-redirects": "^1.15.9",
"form-data": "^4.0.4",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.3.0",
"get-proto": "^1.0.1",
"glob-parent": "^6.0.2",
"globals": "^14.0.0",
"gopd": "^1.2.0",
"graphemer": "^1.4.0",
"has-flag": "^4.0.0",
"has-symbols": "^1.1.0",
"has-tostringtag": "^1.0.2",
"hasown": "^2.0.2",
"hookified": "^1.10.0",
"ieee754": "^1.2.1",
"ignore": "^7.0.5",
"import-fresh": "^3.3.1",
"imurmurhash": "^0.1.4",
"isexe": "^2.0.0",
"jimp": "^0.16.13",
"js-yaml": "^4.1.0",
"json-buffer": "^3.0.1",
"json-schema-traverse": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"keyv": "^5.4.0",
"levn": "^0.4.1",
"libsignal": "^2.0.1",
"locate-path": "^6.0.0",
"lodash.merge": "^4.6.2",
"long": "^5.3.2",
"math-intrinsics": "^1.1.0",
"media-typer": "^1.1.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.8",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"minimatch": "^9.0.5",
"music-metadata": "^7.14.0",
"natural-compare": "^1.4.0",
"node-fetch": "^3.3.2",
"on-exit-leak-free": "^2.1.2",
"openai": "^5.10.2",
"optionator": "^0.9.4",
"p-limit": "^3.1.0",
"p-locate": "^5.0.0",
"parent-module": "^1.0.1",
"path-exists": "^4.0.0",
"path-key": "^3.1.1",
"peek-readable": "^4.1.0",
"pino": "^9.7.0",
"pino-abstract-transport": "^2.0.0",
"pino-std-serializers": "^7.0.0",
"prelude-ls": "^1.2.1",
"process": "^0.11.10",
"process-warning": "^5.0.0",
"protobufjs": "^7.5.3",
"proxy-from-env": "^1.1.0",
"punycode": "^2.3.1",
"qrcode-terminal": "^0.12.0",
"queue-microtask": "^1.2.3",
"quick-format-unescaped": "^4.0.4",
"readable-stream": "^4.7.0",
"readable-web-to-node-stream": "^3.0.4",
"real-require": "^0.2.0",
"resolve-from": "^4.0.0",
"reusify": "^1.1.0",
"run-parallel": "^1.2.0",
"safe-buffer": "^5.2.1",
"safe-stable-stringify": "^2.5.0",
"semver": "^7.7.2",
"sharp": "^0.32.6",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"sonic-boom": "^4.2.0",
"split2": "^4.2.0",
"string_decoder": "^1.3.0",
"strip-json-comments": "^3.1.1",
"strtok3": "^6.3.0",
"supports-color": "^7.2.0",
"thread-stream": "^3.1.0",
"token-types": "^4.2.1",
"ts-api-utils": "^2.1.0",
"tslib": "^2.8.1",
"type-check": "^0.4.0",
"undici-types": "^7.8.0",
"uri-js": "^4.4.1",
"which": "^2.0.2",
"word-wrap": "^1.2.5",
"ws": "^8.18.3",
"yocto-queue": "^0.1.0",
"ytdl-core": "^4.11.5"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bugs",
"license": "ISC",
"devDependencies": {
"javascript-obfuscator": "^4.1.1",
"nodemon": "^3.1.10"
}
}