mirror of
https://github.com/SrIzan10/youtubeDownloader.git
synced 2026-05-01 11:06:58 +00:00
21 lines
387 B
JSON
21 lines
387 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.16.4",
|
|
"ytdl-core": "^4.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.18.10"
|
|
}
|
|
}
|