-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
43
44
45
{
"name": "akiraa-js",
"description": "Modules Only for AkiraaBot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"dependencies": {
"awesome-phonenumber": "^2.73.0",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"chalk": "^4.1.2",
"colors": "1.4.0",
"crypto": "*",
"fake-useragent": "^1.0.1",
"ffmpeg": "^0.0.4",
"figlet": "^1.7.0",
"filesize": "^10.0.7",
"fluent-ffmpeg": "^2.1.2",
"file-type": "^16.5.3",
"lodash": "*",
"form-data": "4.0.0",
"human-readable": "*",
"jsdom": "^20.0.0",
"jimp": "^0.22.12",
"jsonwebtoken": "*",
"node-fetch": "3.0.0-beta.9",
"path": "^0.12.7",
"pino": "^7.8.0",
"pino-pretty": "^10.0.0",
"mime-types": "latest",
"moment-timezone": "*",
"node-webpmux": "^3.1.3",
"got": "^11.8.2",
"pdfkit": "^0.14.0",
"qs": "^6.11.2",
"stream": "*",
"undici": "*",
"url-pattern" : "*",
"utils": "*",
"yt-search": "*"
},
"license": "ISC"
}