forked from zeeoneofficial/example-case
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 982 Bytes
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
{
"name": "example-case",
"version": "1.0.0",
"description": "Contoh case dari website api zeeoneofc.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"author": "Zeeoneofc",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys" : "npm:baileys-md@^5.0.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@adiwajshing/keyed-db": "^0.2.4",
"awesome-phonenumber": "^2.64.0",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"fetch": "^1.1.0",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "*",
"fs": "0.0.1-security",
"link-preview-js": "^3.0.0",
"moment-timezone": "^0.5.34",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.6",
"node-webpmux": "^3.1.0",
"os": "^0.1.2",
"path": "^0.12.7",
"pino": "^7.0.5",
"qrcode-terminal": "^0.12.0",
"similarity": "^1.2.1",
"util": "^0.12.4"
}
}