forked from FKLC/WhatsAppToDiscord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 818 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
{
"name": "wa2dc",
"version": "1.0.0",
"description": "WhatsAppToDiscord is a Discord bot that uses WhatsApp Web as a bridge between Discord and WhatsApp",
"main": "src/index.js",
"scripts": {
"start": "node .",
"docs": "docsify serve docs"
},
"author": "Fatih Kilic",
"repository": "https://github.com/FKLC/WhatsAppToDiscord",
"license": "MIT",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@whiskeysockets/baileys": "^6.4.1",
"discord.js": "^13.16.0",
"pino": "^8.14.1",
"pkg-fetch": "^3.5.2",
"qrcode": "^1.5.3"
},
"devDependencies": {
"docsify-cli": "^4.4.4",
"esbuild": "0.17.14",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"pkg": "^5.8.1",
"prettier": "^2.8.8"
}
}