UNPKG

@brandond/findthelyrics

Version:

Find the lyrics of any given song using the power of scraping!

37 lines (36 loc) 853 B
{ "name": "@brandond/findthelyrics", "version": "2.0.5", "description": "Find the lyrics of any given song using the power of scraping!", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "npx tsc", "test": "npm run build && node test" }, "repository": { "type": "git", "url": "git+https://github.com/brandon-doornbos/findthelyrics.git" }, "keywords": [ "lyrics", "music", "audio" ], "author": "brandon-doornbos", "license": "UNLICENSED", "bugs": { "url": "https://github.com/brandon-doornbos/findthelyrics/issues" }, "homepage": "https://github.com/brandon-doornbos/findthelyrics#readme", "dependencies": { "cheerio": "^1.0.0-rc.12" }, "directories": { "test": "test" }, "devDependencies": { "typescript": "^4.9.4" } }