utilsothers / package.json
Jonell01's picture
Create package.json
17b52d0 verified
raw
history blame contribute delete
440 Bytes
{
"name": "yt-mp3-uploader",
"version": "1.0.0",
"description": "A simple Node.js app to download MP3 from YouTube and upload it.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.3.3",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"form-data": "^4.0.0",
"cheerio": "^1.0.0-rc.12"
},
"author": "Your Name",
"license": "ISC"
}