Update package.json

This commit is contained in:
2023-01-15 20:26:00 -06:00
committed by GitHub
parent 44921e7b78
commit dfd2c7d97d

View File

@@ -7,7 +7,7 @@
"start": "node ./app.js", "start": "node ./app.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": ["github:cheveguerra/whatsapp-web.js#WaWJS"],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@@ -27,7 +27,7 @@
"qrcode-terminal": "^0.12.0", "qrcode-terminal": "^0.12.0",
"socket.io": "^4.5.1", "socket.io": "^4.5.1",
"stormdb": "^0.6.0", "stormdb": "^0.6.0",
"whatsapp-web.js": "github:cheveguerra/whatsapp-web.js#WaWJS", "whatsapp-web.js": "1.19.2",
"xlsx": "^0.18.5" "xlsx": "^0.18.5"
}, },
"devDependencies": { "devDependencies": {