mirror of
https://github.com/cheveguerra/whatsapp-api-tutorial.git
synced 2026-04-18 03:39:27 +00:00
34 lines
716 B
JSON
34 lines
716 B
JSON
{
|
|
"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.6.1",
|
|
"http": "0.0.1-security",
|
|
"qrcode": "^1.4.4",
|
|
"socket.io": "^2.3.0",
|
|
"whatsapp-web.js": "^1.11.0"
|
|
},
|
|
"engines": {
|
|
"node": "v12.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.6"
|
|
}
|
|
}
|