-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "Simple-selfbot",
"version": "1.0.0",
"description": "modification script LoL-Human",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@adiwajshing/baileys": "^3.5.0",
"form-data": "^4.0.0",
"fluent-ffmpeg": "^2.1.2",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"performance-now": "^2.1.0",
"node-fetch": "^2.6.1",
"request": "^2.88.2",
"image-to-base64": "^2.1.1",
"moment-timezone": "^0.5.33",
"ytsr": "^3.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/megaa4282/Simple-selfbotwa.git"
},
"keywords": [
"selfbot"
],
"author": "Meguyy",
"bugs": {
"url": "https://github.com/megaa4282/Simple-selfbotwa/issues"
},
"homepage": "https://github.com/Megaa4282/Simple-selfbotwa#readme"
}