-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1001 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
{
"name": "whatsapp-api",
"version": "1.0.0",
"description": "Whatsapp API Fekusa",
"main": "app.js",
"scripts": {
"start": "node app.js",
"start:dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whatsapp-api",
"node.js"
],
"author": "Febri Kukuh Santoso",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"console-stamp": "^0.2.10",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"express-validator": "^6.14.0",
"http": "0.0.1-security",
"log-timestamp": "^0.3.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"perf_hooks": "0.0.1",
"puppeteer": "^13.5.1",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"socket.io": "^4.4.1",
"whatsapp-web.js": "^1.22.2-alpha.0"
},
"engines": {
"node": "v16.14.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}