-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1018 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "wabro",
"version": "1.0.0",
"description": "WhatsApp API using whatsapp-web.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"WhatsApp"
],
"author": {
"name": "aries setiyawan",
"email": "aries.setiyawan@gmail.com"
},
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"date-and-time": "^3.0.2",
"dateformat": "^5.0.3",
"express": "^4.17.3",
"express-fileupload": "^1.4.0",
"express-validator": "^6.14.0",
"http": "^0.0.1-security",
"md5": "^2.3.0",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"puppeteer": "^21.2.1",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.4.1",
"whatsapp-web.js": "^1.22.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"pkg": {
"assets": [
"client/**/*"
],
"targets": [
"node16-win-x64"
],
"outputPath": "dist"
}
}