forked from didinahmadi/whatsapp-api-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 714 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 714 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
{
"name": "whatsapp-api",
"version": "1.0.0",
"description": "Whatsapp api by Ngekoding",
"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": "Nur Muhammad",
"license": "MIT",
"dependencies": {
"axios": "^0.20.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-validator": "^6.9.2",
"http": "0.0.1-security",
"qrcode": "^1.4.4",
"socket.io": "2.3.0",
"whatsapp-web.js": "latest"
},
"engines": {
"node": "v12.10.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}