mirror of
https://github.com/cheveguerra/whatsapp-api-tutorial.git
synced 2026-04-17 19:36:59 +00:00
Initial commit: tutorial part 1 completed
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user