This commit is contained in:
Leifer Mendez
2022-08-10 21:07:28 +02:00
commit 980cb3d144
380 changed files with 2080 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "whatsapp-api-yt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"node-dependency-injection": "^3.0.3",
"qr-image": "^3.2.0",
"uuid": "^8.3.2",
"whatsapp-web.js": "^1.17.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/qr-image": "^3.2.5",
"@types/uuid": "^8.3.4",
"typescript": "^4.7.4"
}
}