-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
40 lines (40 loc) · 1.1 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
40
{
"name": "whatsactyl",
"version": "1.0.0",
"description": "A bot to manage Pterodactyl panels via whatsapp!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JastinXyz/whatsactyl.git"
},
"keywords": [],
"author": "JstnLT (https://jstnlt.my.id), ThisMe124 (https://github.com/ThisMe124)",
"license": "ISC",
"bugs": {
"url": "https://github.com/JastinXyz/whatsactyl/issues"
},
"homepage": "https://github.com/JastinXyz/whatsactyl#readme",
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"@hapi/boom": "^9.1.4",
"axios": "^0.27.2",
"child_process": "latest",
"delay": "^5.0.0",
"edit-json-file": "^1.7.0",
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"moment-timezone": "latest",
"mongoose": "^6.3.1",
"node-fetch": "^2.6.4",
"nodeactyl": "^3.2.2",
"path": "^0.12.7",
"pino": "^7.11.0",
"qrcode-terminal": "^0.12.0",
"scramb": "^3.0.6",
"util": "latest"
}
}