forked from mimamch/wa-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 865 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
{
"name": "wa-gateway",
"version": "4.0.0",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts"
},
"author": {
"name": "mimamch",
"email": "[email protected]"
},
"license": "ISC",
"dependencies": {
"@hono/node-server": "^1.13.7",
"@hono/zod-validator": "^0.4.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"hono": "^4.6.13",
"http-errors": "~1.6.3",
"moment": "^2.29.4",
"morgan": "~1.9.1",
"qrcode": "^1.5.1",
"tsx": "^4.19.2",
"wa-multi-session": "^3.7.2",
"zod": "^3.23.8"
},
"repository": {
"type": "git",
"url": "[email protected]:mimamch/wa-gateway.git"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/qrcode": "^1.5.5"
}
}