-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 839 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
{
"name": "all-news-whatsap",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"lint": "eslint .",
"test": "jest",
"build": "webpack --mode production"
},
"license": "ISC",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^6.7.7",
"cheerio": "^1.0.0",
"express": "^4.21.0",
"fs": "^0.0.1-security",
"qrcode-terminal": "^0.12.0",
"queen-news": "^1.2.9",
"util": "^0.12.5",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^12.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.6.1",
"nodemon": "^2.11.2",
"webpack": "^5.79.0"
}
}