Spaces:
Sleeping
Sleeping
| { | |
| "name": "youtube-download-api", | |
| "description": "", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/MatheusIshiyama/youtube-download-api.git" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "bugs": { | |
| "url": "https://github.com/MatheusIshiyama/youtube-download-api/issues" | |
| }, | |
| "homepage": "https://github.com/MatheusIshiyama/youtube-download-api#readme", | |
| "dependencies": { | |
| "cors": "^2.8.5", | |
| "express": "^4.17.1", | |
| "ytdl-core": "^4.5.0" | |
| }, | |
| "devDependencies": {} | |
| } |