azlyrics-ext
Version:
Just a simple AZLyrics.com scraper.
40 lines (39 loc) • 905 B
JSON
{
"name": "azlyrics-ext",
"version": "1.0.1",
"description": "Just a simple AZLyrics.com scraper.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"docs": "npm run build && typedoc && node ./scripts/docs",
"test": "npm run build && node test"
},
"keywords": [
"lyrics",
"azlyrics",
"genius-lyrics"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zyrouge/azlyrics-ext.git"
},
"author": "ZYROUGE",
"license": "MIT",
"bugs": {
"url": "https://github.com/zyrouge/azlyrics-ext/issues"
},
"homepage": "https://azlyrics-ext.js.org",
"devDependencies": {
"@types/node": "^15.0.2",
"typedoc": "^0.20.36",
"typedoc-material-dark": "github:zyrouge/typedoc-material-dark",
"typescript": "^4.2.4"
},
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.9"
}
}