Spaces:
Sleeping
Sleeping
File size: 440 Bytes
4c89f21 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"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"
} |