UNPKG

scrape-youtube

Version:

A lightning fast package to scrape YouTube search results. This was made for Discord Bots.

44 lines (43 loc) 1.27 kB
{ "name": "scrape-youtube", "version": "2.4.0", "description": "A lightning fast package to scrape YouTube search results. This was made for Discord Bots.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "git add -A src", "postversion": "git push && git push --tags", "test": "ts-node test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/DrKain/scrape-youtube.git" }, "keywords": [ "yt", "music", "youtube", "scrape", "search", "discord", "bot" ], "author": "Kain (ksir.pw)", "license": "MIT", "bugs": { "url": "https://github.com/DrKain/scrape-youtube/issues" }, "homepage": "https://github.com/DrKain/scrape-youtube#readme", "devDependencies": { "@types/node": "^17.0.41", "prettier": "^2.0.5", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" } }