denethdev-ytmp3
Version:
A simple Node.js package to download audio and video from the internet
18 lines (17 loc) • 448 B
JSON
{
"name": "denethdev-ytmp3",
"version": "1.0.3",
"description": "A simple Node.js package to download audio and video from the internet",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["mp3", "download", "media", "audio"],
"author": "DenethDev",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"express": "^4.17.1"
}
}