-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 832 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
{
"name": "yanz-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "MRHRTZ",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.5.3",
"@fortawesome/fontawesome-free": "^5.15.3",
"akaneko": "^5.2.2",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"ejs": "^3.1.6",
"ejs-locals": "^1.0.2",
"express": "^4.17.1",
"jquery": "^3.6.0",
"js-beautify": "^1.15.1",
"moment": "^2.29.1",
"multer": "^1.4.2",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.2",
"puppeteer": "^10.1.0",
"ra-api": "^1.3.2",
"serve-favicon": "^2.5.0",
"vitalsigns": "^0.4.3",
"ws": "^7.5.2"
}
}