-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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": "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"
},
"author": "Ritayan Chakraborty",
"license": "MIT",
"dependencies": {
"@types/async": "^3.2.3",
"@types/extract-zip": "^1.6.2",
"@types/fs-extra": "^9.0.1",
"@types/get-folder-size": "^2.0.0",
"@types/mime-types": "^2.1.0",
"@types/node-telegram-bot-api": "^0.50.3",
"@types/tar": "^4.0.0",
"@types/uuid": "^8.3.0",
"aria2": "^4.1.0",
"async": "^3.2.0",
"diskspace": "^2.0.0",
"execution-time": "^1.4.1",
"extract-zip": "^2.0.1",
"fs-extra": "^9.0.1",
"get-folder-size": "^2.0.1",
"googleapis": "^60.0.1",
"http-range-parse": "^1.0.0",
"inly": "^4.0.8",
"node-telegram-bot-api": "^0.50.0",
"nodemon": "^2.0.4",
"progress-stream": "^2.0.0",
"request": "^2.88.2",
"tar": "^6.0.5",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"uuid": "^8.3.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"eslint": "^7.10.0"
}
}