-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
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
40
41
42
{
"name": "deadbyte-v3",
"version": "3.7.0",
"description": "deadbyte 3rd generation",
"author": "sergiooak",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"lint": "eslint src"
},
"license": "unlicense",
"dependencies": {
"change-case": "^5.4.4",
"citty": "^0.1.6",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"filenamify": "^6.0.0",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.1",
"mime-types": "^2.1.35",
"node-cron": "^3.0.3",
"node-webpmux": "^3.2.0",
"openai": "^4.70.2",
"pino": "^8.21.0",
"pino-pretty": "^10.3.1",
"qrcode-terminal": "^0.12.0",
"qs": "^6.13.0",
"sharp": "^0.32.6",
"whatsapp-web.js": "^1.26.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"jsdoc": "^4.0.4",
"nodemon": "^3.1.7"
}
}