jjjj
This commit is contained in:
parent
0e2b03391f
commit
eea45a62b5
24
package.json
24
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "whatsapp-api-venom",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "API WhatsApp avec Venom-bot - Solution complète de messagerie",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
@ -9,7 +9,7 @@
|
||||
"test": "jest --coverage",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write .",
|
||||
"postinstall": "node node_modules/venom-bot/install-chromium.js"
|
||||
"postinstall": "node node_modules/venom-bot/dist/install/install-chromium.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"venom-bot": "^4.3.7",
|
||||
@ -18,9 +18,9 @@
|
||||
"helmet": "^7.1.0",
|
||||
"morgan": "^1.10.0",
|
||||
"qrcode": "^1.5.3",
|
||||
"sharp": "^0.33.2",
|
||||
"winston": "^3.11.0",
|
||||
"axios": "^1.6.2"
|
||||
"axios": "^1.6.2",
|
||||
"puppeteer": "^21.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.56.0",
|
||||
@ -33,21 +33,5 @@
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=8.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"whatsapp",
|
||||
"api",
|
||||
"venom",
|
||||
"bot",
|
||||
"messaging",
|
||||
"automation"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/votre-utilisateur/whatsapp-api-venom.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/votre-utilisateur/whatsapp-api-venom/issues"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user