Files
whatsapp-api-tutorial/package.json
2020-10-08 11:51:55 +08:00

21 lines
417 B
JSON

{
"name": "whatsapp-api",
"version": "1.0.0",
"description": "Whatsapp api by Ngekoding",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whatsapp-api",
"node.js"
],
"author": "Nur Muhammad",
"license": "MIT",
"dependencies": {
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.8.2"
}
}