-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
34 lines (34 loc) · 974 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
{
"name": "whatsapp_adhkar",
"version": "2.0.2",
"description": "بوت أذكار للواتساب يحتوي على العديد من الخدمات منها القرآن الكريم و الآذكار و الباحث القرآني الخ..",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"DEBUG":"DEBUG=* node index.js"
},
"keywords": [],
"author": {
"name": "rn0x",
"url": "https://github.com/rn0x"
},
"license": "MIT",
"dependencies": {
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"moment-hijri": "^2.1.2",
"node-fetch": "^3.3.2",
"puppeteer": "^23.0.2",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.23.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rn0x/whatsapp_adhkar.git"
},
"bugs": {
"url": "https://github.com/rn0x/whatsapp_adhkar/issues"
},
"homepage": "https://github.com/rn0x/whatsapp_adhkar#readme"
}