UNPKG

azlyrics-scrape-api

Version:

AzLyrics webscraper that returns a promise in JSON format. Another feature of this scraper is that it prevents the anti-bot detection so we can avoid human verifications such as captchas.

36 lines (35 loc) 1.09 kB
{ "name": "azlyrics-scrape-api", "version": "1.2.3-beta", "description": "AzLyrics webscraper that returns a promise in JSON format. Another feature of this scraper is that it prevents the anti-bot detection so we can avoid human verifications such as captchas.", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "exports": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "default": "./dist/esm/index.js" }, "scripts": { "build": "tsc --project tsconfig.esm.json & tsc --project tsconfig.cjs.json" }, "keywords": [ "azlyrics-scraper", "azlyrics-lyric-scraper", "lyrics-scraper", "azlyrics-api" ], "dependencies": { "cheerio": "^1.0.0-rc.12", "miniget": "^4.2.3" }, "repository": { "type": "git", "url": "git+https://github.com/lester51/AzLyrics-Lyric-Scraper.git" }, "bugs": { "url": "https://github.com/lester51/AzLyrics-Lyric-Scraper/issues" }, "homepage": "https://github.com/lester51/AzLyrics-Lyric-Scraper", "author": "HackMeSenpai", "license": "MIT" }