File size: 725 Bytes
0b1fd46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "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": {}
}