-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 869 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
36
{
"name": "wasender-whatsapp-api",
"description": "Simple RESTful WhatsApp API",
"private": true,
"main": "app.js",
"type": "module",
"scripts": {
"start": "node ."
},
"author": "mdmaruf",
"engines": {
"node": ">=14.5.0"
},
"dependencies": {
"@adiwajshing/baileys": "github:WhiskeySockets/Baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"axios": "^1.2.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-validator": "^6.14.0",
"link-preview-js": "^3.0.4",
"node-cleanup": "^2.1.2",
"pino": "^7.10.0",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.30.7"
},
"devDependencies": {
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
}
}