forked from DGXeon/Xeon-PairCode
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 875 Bytes
/
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
{
"name": "Xeon-PairCode",
"version": "1.0.0",
"description": "Connect Whatsapp With Baileys Code Pairing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"baileys",
"code-pairing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DGXeon/Xeon-PairCode.git"
},
"author": "DGXeon",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@colors/colors": "1.5.0",
"@whiskeysockets/baileys": "^6.5.0",
"cfonts": "~2.10.0",
"chalk": "~4.1.0",
"fs-extra": "^11.1.1",
"path": "^0.12.7",
"pino": "^8.1.0",
"qrcode-terminal": "^0.12.0"
},
"bugs": {
"url": "https://github.com/DGXeon/Xeon-PairCode/issues"
},
"homepage": "https://github.com/DGXeon/Xeon-PairCode#readme"
}