You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
768 B
JSON
31 lines
768 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|