-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 976 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 976 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
39
40
{
"name": "Forty-Eight",
"version": "1.0.0",
"description": "Simple use telegram bot script",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.4.0",
"cfonts": "3.1.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^4.0.3",
"dotenv": "^16.0.0",
"file-type": "^18.5.0",
"form-data": "^4.0.0",
"formdata-node": "^5.0.1",
"javascript-obfuscator": "*",
"jimp": "^0.16.1",
"jsdom": "^22.1.0",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.34",
"neofetch": "^7.1.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.9",
"node-gtts": "^2.0.2",
"node-telegram-bot-api": "latest",
"qs": "^6.14.0",
"performance-now": "^2.1.0",
"similarity": "^1.2.1",
"syntax-error": "^1.4.0",
"util": "^0.12.5",
"yt-search": "^2.10.4"
},
"author": "RayhanXD",
"license": "MIT"
}