forked from JastinXyz/whatscode.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 987 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 987 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
32
33
34
35
36
37
38
39
40
{
"name": "whatscode.js",
"version": "0.0.10",
"description": "whatscode.js is a package to create Whatsapp bots easily and quickly, even coding experience is not needed.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.19.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JastinXyz/whatscode.js.git"
},
"bugs": {
"url": "https://github.com/JastinXyz/whatscode.js/issues"
},
"homepage": "https://whatscode.jstnlt.my.id",
"keywords": [
"whatsapp",
"whatsapp-bot",
"bot",
"baileys",
"baileys-md",
"whatsapp-web",
"whatsapp-api",
"md"
],
"author": "JstnLT <jastinlinggar@gmail.com> (jstnlt.my.id)",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "^4.1.0",
"@hapi/boom": "^10.0.0",
"axios": "^0.27.2",
"pino": "^7.11.0",
"qrcode-terminal": "^0.12.0",
"quick.db": "^7.1.3"
}
}