forked from rahmansurya/Whatsapp-filter-number
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 802 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
{
"name": "whatsapp-filter-number",
"version": "1.0.0",
"description": "Check whether a number has a Whatsapp account or not ",
"main": "dist/app.js",
"scripts": {
"start": "node dist/app.js",
"build": "tsc -w",
"dev": "nodemon dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whatsapp-api",
"node.js"
],
"author": "OSint",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "^5.0.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@whiskeysockets/baileys": "github:WhiskeySockets/Baileys",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"mongoose": "^7.3.1",
"qrcode-terminal": "^0.12.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"concurrently": "^8.2.0",
"nodemon": "^2.0.12"
}
}