{ "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" } }