-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.59 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
{
"name": "youtube-direct",
"version": "2.0.0",
"description": "How to download YouTube videos ? YouTube Direct is what you need, download YouTube videos and collect them in MP3 or MP4 format to be able to read them without connection !",
"main": "app.js",
"scripts": {
"start": "node bin/www"
},
"keywords": [
"youtube",
"youtube-downloader",
"yt direct",
"youtube-direct",
"ytdl"
],
"author": "Phoenix_R49",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"helmet": "^7.0.0",
"i18next": "^23.2.11",
"i18next-fs-backend": "^2.1.5",
"i18next-http-middleware": "^3.3.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"socket.io": "^4.6.1",
"ytdl-core": "^4.11.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhoenixR49/youtube-direct-web.git"
},
"bugs": {
"url": "https://github.com/PhoenixR49/youtube-direct-web/issues"
},
"homepage": "https://github.com/PhoenixR49/youtube-direct-web#readme",
"devDependencies": {
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8"
}
}