mirror of
https://github.com/cheveguerra/api-whatsapp-ts.git
synced 2026-04-17 19:36:18 +00:00
Merge pull request #2 from cheveguerra/main
Actualizacion de librerias y readme
This commit is contained in:
8
README.MD
Normal file
8
README.MD
Normal file
@@ -0,0 +1,8 @@
|
||||
## INSTALACION
|
||||
```
|
||||
npm install
|
||||
|
||||
npm run build
|
||||
|
||||
npm run dev
|
||||
```
|
||||
4070
package-lock.json
generated
Normal file
4070
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user