{
  "name": "ytsearcher",
  "version": "1.2.4",
  "description": "A nodejs package that provides an easy-to-use promise-based system of getting youtube search results",
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "doc": "docs",
    "lib": "lib"
  },
  "scripts": {
    "gen-doc": "jsdoc -r --verbose -d ./docs -c ./conf.json -R ./README.md .;",
    "test": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wzhouwzhou/ytsearcher.git"
  },
  "keywords": [
    "YouTube",
    "Searcher",
    "ytsearcher",
    "Pagination",
    "YTSearch",
    "Promise",
    "modern",
    "es6"
  ],
  "author": "William Zhou",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/wzhouwzhou/ytsearcher/issues"
  },
  "homepage": "https://wzhouwzhou.github.io/ytsearcher/",
  "funding": "https://github.com/wzhouwzhou/ytsearcher?sponsor=1",
  "dependencies": {}
}
