Merge pull request #2 from cheveguerra/main

Actualizacion de librerias y readme
This commit is contained in:
Leifer Mendez
2023-01-23 08:47:07 +01:00
committed by GitHub
3 changed files with 4083 additions and 1 deletions

8
README.MD Normal file
View File

@@ -0,0 +1,8 @@
## INSTALACION
```
npm install
npm run build
npm run dev
```

4070
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,9 @@
"qr-image": "^3.2.0",
"twilio": "^3.80.1",
"uuid": "^8.3.2",
"whatsapp-web.js": "^1.17.1"
"nodemon": "^2.0.20",
"ts-node":"^10.9.1",
"whatsapp-web.js": "^1.19.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
@@ -31,6 +33,8 @@
"@types/qr-image": "^3.2.5",
"@types/twilio": "^3.19.3",
"@types/uuid": "^8.3.4",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}