forked from zennn08/BaseSelfBot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 Bytes
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
{
"name": "BaseSelfBot",
"version": "0.0.1",
"description": "Ga ada",
"main": "xinz.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node xinz.js"
},
"author": "aqulzz",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"axios": "^0.21.1",
"figlet": "^1.5.0",
"fluent-ffmpeg": "^2.1.2",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"request": "^2.88.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zennn08/BaseSelfBot.git"
},
"bugs": {
"url": "https://github.com/zennn08/BaseSelfBot/issues"
},
"homepage": "https://github.com/zennn08/BaseSelfBot#readme"
}