{
  "name": "node-yt-dl",
  "version": "2.2.5",
  "description": "Search and Download your favorite content in YouTube !",
  "main": "index.js",
  "scripts": {
    "starts": "node index.js"
  },
  "keywords": ["ytdl", "youtube"],
  "author": "bang_syaii",
  "license": "MIT",
  "dependencies": {
    "fake-useragent": "latest",
    "node-fetch": "^2.6.1",
    "crypto": "latest",
    "form-data": "^4.0.0",
    "file-type": "^16.5.0",
    "yt-search": "^2.10.1",
    "axios": "^0.21.1"
  }
}
