forked from leifermendez/api-whatsapp-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1002 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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",
"start": "node ./dist/app.js",
"build": "tsc -p ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"node-dependency-injection": "^3.0.3",
"nodemon": "^2.0.20",
"qr-image": "^3.2.0",
"ts-node": "^10.9.1",
"twilio": "^3.80.1",
"uuid": "^8.3.2",
"venom-bot": "^5.1.0",
"whatsapp-web.js": "^1.19.4"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@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"
}
}