-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.26 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
{
"name": "nazuna",
"version": "10.0.5",
"description": "Bot de whatsapp atualizada",
"type": "module",
"main": "dados/src/connect.js",
"scripts": {
"start": "node dados/src/.scripts/start.js",
"dev": "nodemon dados/src/.scripts/start.js",
"config": "node dados/src/.scripts/config.js",
"config:install": "node dados/src/.scripts/config.js --install",
"update": "node dados/src/.scripts/update.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevTokyoVx/nazuna"
},
"homepage": "https://vexapicom.br",
"author": "Tokyo",
"license": "ISC",
"dependencies": {
"@hapi/boom": "^10.0.1",
"axios": "^1.13.2",
"baileys": "^7.0.0-rc.9",
"cheerio": "^1.2.0",
"fluent-ffmpeg": "^2.1.3",
"linkedom": "^0.18.12",
"node-cache": "^5.1.2",
"node-cron": "^4.2.1",
"node-webpmux": "^3.2.1",
"pino": "^10.1.0",
"qrcode-terminal": "^0.12.0",
"whaileys": "^6.4.11",
"yt-search": "^2.13.1"
},
"devDependencies": {
"nodemon": "^3.1.4"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=9.0.0"
}
}