-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "terabox-file-downloader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^8.19.0",
"@sentry/profiling-node": "^8.19.0",
"axios": "^1.7.2",
"btch-downloader": "^2.8.2",
"bull": "^4.16.4",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"child-process": "^1.0.2",
"child-process-promise": "^2.2.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fb-downloader-scrapper": "^2.0.0",
"ffmpeg": "^0.0.4",
"instagram-private-api": "^1.46.1",
"node-html-parser": "^6.1.13",
"puppeteer": "^22.12.1",
"redis": "^4.7.0",
"telegraf": "^4.16.3",
"youtube-dl-exec": "^3.0.6",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/child-process-promise": "^2.2.6",
"@types/express": "^4.17.21",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}