{
  "name": "spot-dl",
  "version": "3.1.3",
  "description": "Downloads music from YouTube and applies Spotify metadata (premium free of cost)",
  "main": "./lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "node .",
    "start": "node .",
    "globalize": "npm install -g ."
  },
  "keywords": [
    "youtube",
    "spotify",
    "music",
    "cli"
  ],
  "author": "SohamBorate",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SohamBorate/spot-dl.git"
  },
  "bugs": {
    "url": "https://github.com/SohamBorate/spot-dl/issues"
  },
  "homepage": "https://github.com/SohamBorate/spot-dl#readme",
  "dependencies": {
    "spot-dl-downloader": "^1.0.0",
    "yargs": "^17.5.1"
  },
  "bin": "./lib/index.js"
}
