rsz-selfbot-project-no-menu 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +28 -0
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "rsz-selfbot-project-no-menu",
3
+ "version": "3.0.5",
4
+ "description": "juste le selfbot de RSZ sans le menu au lancement",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "Sans",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "@ffmpeg-installer/ffmpeg": "^1.1.0",
13
+ "@iamtraction/google-translate": "^2.0.1",
14
+ "chalk": "^4.1.2",
15
+ "child_process": "^1.0.2",
16
+ "djs-selfbot-v13": "^3.1.7",
17
+ "ffmpeg": "^0.0.4",
18
+ "fluent-ffmpeg": "^2.1.2",
19
+ "fs": "^0.0.1-security",
20
+ "glob": "^10.3.12",
21
+ "ms": "^2.1.3",
22
+ "node-fetch": "^2.6.7",
23
+ "os": "^0.1.2",
24
+ "readline-sync": "^1.4.10",
25
+ "sourcebin": "^5.0.0",
26
+ "weather-js": "^2.0.0"
27
+ }
28
+ }