rsz-selfbot-project 1.0.0

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 +31 -0
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "rsz-selfbot-project",
3
+ "version": "1.0.0",
4
+ "description": "juste le selfbot de RSZ",
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
+ "discord-backup": "^3.2.1",
17
+ "discord-tqr": "^1.0.4",
18
+ "djs-selfbot-v13": "^3.1.7",
19
+ "djs-stream-client": "^1.4.8",
20
+ "ffmpeg": "^0.0.4",
21
+ "fluent-ffmpeg": "^2.1.2",
22
+ "fs": "^0.0.1-security",
23
+ "ms": "^2.1.3",
24
+ "node-fetch": "^2.6.7",
25
+ "os": "^0.1.2",
26
+ "readline-sync": "^1.4.10",
27
+ "request": "^2.88.2",
28
+ "sourcebin": "^5.0.0",
29
+ "weather-js": "^2.0.0"
30
+ }
31
+ }