-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 981 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
{
"name": "wweb-whatsapp-sheets",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "tsx watch --env-file=.env src/index.ts",
"lint": "eslint ./src",
"lint:fix": "npm run lint --fix"
},
"dependencies": {
"@hono/node-server": "^1.13.8",
"@hono/swagger-ui": "^0.5.0",
"@hono/zod-openapi": "^0.19.0",
"@hono/zod-validator": "^0.4.3",
"csv-parser": "^3.2.0",
"google-auth-library": "^9.15.1",
"google-spreadsheet": "^4.1.4",
"hono": "^4.7.2",
"hono-openapi": "^0.4.5",
"hono-pino": "^0.7.2",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"qrcode-terminal": "^0.12.0",
"stoker": "^1.4.2",
"whatsapp-web.js": "^1.26.0",
"zod": "^3.24.2",
"zod-openapi": "^4.2.3"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@types/node": "^20.11.17",
"@types/qrcode-terminal": "^0.12.2",
"eslint": "^9.20.1",
"eslint-plugin-format": "^1.0.1",
"tsx": "^4.7.1"
}
}