Initial commit: tutorial part 1 completed

This commit is contained in:
Nur Muhammad
2020-10-08 11:51:55 +08:00
commit 228bdfecdf
5 changed files with 496 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}
}