forked from Feuerhamster/web-youtube-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 768 Bytes
/
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
{
"name": "web-youtube-downloader",
"version": "2.0.0",
"description": "Download YouTube videos from source",
"main": "dist/main.js",
"scripts": {
"start": "node dist/main.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Feuerhamster/web-youtube-downloader.git"
},
"author": "Feuerhamster",
"license": "ISC",
"bugs": {
"url": "https://github.com/Feuerhamster/web-youtube-downloader/issues"
},
"homepage": "https://github.com/Feuerhamster/web-youtube-downloader#readme",
"dependencies": {
"express": "^4.17.1",
"node-cache": "^5.1.2",
"pug": "^3.0.2",
"typescript": "^4.2.3",
"ytdl-core": "^4.8.2"
},
"devDependencies": {
"@types/express": "^4.17.11"
}
}