-
Notifications
You must be signed in to change notification settings - Fork 374
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.39 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.39 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "whatsapp-api",
"version": "1.3.6",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js",
"scripts": {
"build": "tsc",
"start": "cross-env NODE_ENV=dev ts-node --files --transpile-only ./src/main.ts",
"start:pm2": "pm2 start ecosystem.config.mjs",
"start:prod": "cross-env NODE_ENV=prod bash start.sh",
"start:dev": "cross-env NODE_ENV=dev tsnd --files --transpile-only --respawn --ignore-watch node_modules ./src/main.ts",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "cls && tsnd --files --transpile-only --respawn --ignore-watch node_modules ./test/all.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-chat-br/whatsapp-api.git"
},
"keywords": [
"chat",
"communication",
"message",
"send message",
"whatsapp",
"js-whatsapp",
"whatsapp-api",
"whatsapp-web",
"whatsapp",
"whatsapp-chat",
"whatsapp-group",
"automation",
"multi-device",
"bot",
"apache-2.0"
],
"author": {
"name": "jrcleber",
"email": "contato@codechat.dev"
},
"license": "https://github.com/code-chat-br/whatsapp-api?tab=Apache-2.0-1-ov-file",
"bugs": {
"url": "https://github.com/code-chat-br/whatsapp-api/issues"
},
"homepage": "https://github.com/code-chat-br/whatsapp-api#readme",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"@whiskeysockets/baileys": "7.0.0-rc.9",
"axios": "^1.13.2",
"class-validator": "^0.15.1",
"cross-env": "^10.0.0",
"dayjs": "^1.11.13",
"dotenv": "^17.2.1",
"eventemitter2": "^6.4.9",
"express": "^5.2.1",
"express-session": "^1.18.2",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.5",
"hbs": "^4.2.0",
"https-proxy-agent": "7.0.6",
"js-yaml": "^4.1.1",
"jsonschema": "^1.4.1",
"jsonwebtoken": "^9.0.3",
"mime-types": "^3.0.2",
"mine": "^0.1.0",
"minio": "^8.0.0",
"multer": "^2.0.1",
"node-cache": "^5.1.2",
"pino": "^10.1.1",
"pino-pretty": "^13.1.3",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.34.5",
"socks-proxy-agent": "8.0.5",
"swagger-ui-express": "^5.0.1",
"ulid": "^3.0.2",
"undici": "^7.18.2",
"ws": "^8.19.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.6",
"@types/express-session": "^1.17.10",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.5",
"@types/mime-types": "^3.0.1",
"@types/multer": "^2.0.0",
"@types/node": "^25.0.8",
"@types/qrcode": "^1.5.5",
"@types/qrcode-terminal": "^0.12.2",
"@types/swagger-ui-express": "^4.1.6",
"@types/ws": "^8.5.10",
"@types/yamljs": "^0.2.34",
"@typescript-eslint/eslint-plugin": "8.57.1",
"@typescript-eslint/parser": "8.57.1",
"copy-webpack-plugin": "^14.0.0",
"eslint": "10.0.3",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.7.4",
"prisma": "^7.2.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.53.0"
}
}