-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.68 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.68 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
{
"name": "autoatende",
"version": "2.4.1",
"description": "AutoAtende WhatsApp Bot",
"main": "index.js",
"bin": "index.js",
"type": "commonjs",
"assets": [
"img/*"
],
"scripts": {
"start": "node index.js"
},
"keywords": [
"termux",
"whatsapp-lsbot",
"whatsapp-bot",
"whatsapp-baileys",
"baileys-md",
"bot-wa",
"bot-md",
"whatsapp-multi-device"
],
"author": "Lucas Marinho Saud",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@types/crypto-js": "^4.1.2",
"@whiskeysockets/baileys": "^6.5.0",
"awesome-phonenumber": "^2.64.0",
"axios": "^1.4.0",
"child_process": "^1.0.2",
"crypto-js": "^4.1.1",
"fs": "^0.0.1-security",
"jszip": "^3.10.1",
"mariadb": "^3.2.0",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.43",
"mysql2": "^3.6.1",
"mysqldump": "^3.2.0",
"node-cache": "^5.1.2",
"npm": "^10.2.0",
"path": "^0.12.7",
"pdfkit": "^0.13.0",
"pino": "^7.11.0",
"pm2": "^5.3.0",
"qrcode-terminal": "^0.12.0",
"quickchart-js": "^3.1.3",
"readline": "^1.3.0",
"semver": "^7.5.4",
"sequelize": "^6.32.1",
"util": "^0.12.5",
"uuid": "^9.0.1"
},
"directories": {
"src": "src",
"img": "img",
"bkp": "bkp",
"cache": "cache",
"conf": "conf",
"session": "session",
"dev": "dev",
"reports": "reports"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"eslint": "^8.53.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^5.2.2"
}
}