Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |