{
  "name": "youtube-dl-wrap",
  "version": "2.1.1",
  "description": "A simple node.js wrapper for youtube-dl.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --timeout 300000",
    "testDebug": "mocha --inspect-brk --timeout 300000"
  },
  "author": "ghjbnm",
  "repository": {
    "type": "git",
    "url": "https://github.com/ghjbnm/youtube-dl-wrap.git"
  },
  "keywords": [
    "youtube-dl",
    "youtube-dl-wrapper",
    "youtube-downloader",
    "nodejs"
  ],
  "license": "MIT",
  "devDependencies": {
    "mocha": "^9.1.2"
  }
}
