Yt-to-mp3 / package.json
ADITYA025's picture
Create package.json
6f991ce verified
raw
history blame contribute delete
421 Bytes
{
"name": "youtube-mp3-downloader",
"version": "1.0.0",
"description": "A simple backend server to interact with the YouTube MP3 download API via RapidAPI",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"cors": "^2.8.5"
},
"engines": {
"node": "14.x"
},
"author": "Your Name",
"license": "MIT"
}