-
Notifications
You must be signed in to change notification settings - Fork 321
/
package.json
65 lines (65 loc) · 1.9 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mirror-bot",
"version": "2.0.0",
"description": "A telegram bot to mirror files to Google Drive",
"main": "index.js",
"scripts": {
"start": "NTBA_FIX_319=1 node --max_old_space_size=128 ./out/index.js",
"start:dev": "nodemon",
"generateTelegraphToken": "ts-node src/generateTelegraphAccount",
"generateDriveCredentials": "ts-node src/generateCredentials",
"postinstall": "ts-node src/unrarUtils/postinstall"
},
"author": "Ritayan Chakraborty",
"license": "MIT",
"dependencies": {
"@types/async": "^3.2.22",
"@types/extract-zip": "^2.0.1",
"@types/fs-extra": "^9.0.12",
"@types/get-folder-size": "^2.0.0",
"@types/mime-types": "^2.1.3",
"@types/node": "^20.8.9",
"@types/node-telegram-bot-api": "^0.61.11",
"@types/shell-quote": "^1.7.3",
"@types/tar": "^6.1.7",
"@types/uuid": "^9.0.6",
"aria2": "^4.1.2",
"async": "^3.2.4",
"axios": "^1.6.0",
"check-disk-space": "^2.1.0",
"chmodr": "^1.2.0",
"cli-table3": "^0.6.3",
"dayjs": "^1.11.10",
"execution-time": "^1.4.1",
"extract-zip": "^2.0.1",
"ffmpeg-static": "^5.2.0",
"fs-extra": "^10.0.0",
"get-folder-size": "^2.0.1",
"googleapis": "^128.0.0",
"gtoken": "^7.0.1",
"heroku-client": "^3.1.0",
"http-range-parse": "^1.0.0",
"inly": "^4.0.8",
"node-telegram-bot-api": "^0.64.0",
"nodemon": "^3.0.1",
"npmlog": "^7.0.1",
"p-limit": "^3.1.0",
"request": "^2.88.2",
"shell-quote": "^1.8.1",
"system-install": "^1.0.4",
"tar": "^6.2.0",
"telegraph-node": "^1.0.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"unzipper": "^0.10.14",
"uuid": "^9.0.1",
"wget-improved": "^3.4.0",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/npmlog": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0"
}
}