node-lyrics
Version:
Get the lyrics to your favorite songs
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "node-lyrics",
"version": "2.1.3",
"description": "Get the lyrics to your favorite songs",
"main": "index.js",
"author": {
"name": "Ricardo Matias",
"url": "https://github.com/ricardomatias"
},
"license": "MIT",
"scripts": {
"test": "mocha test"
},
"bin": {
"lyrics": "cli.js"
},
"files": [
"index.js",
"lib/*"
],
"keywords": [
"lyrics",
"wikia",
"LyricWikia",
"node",
"music",
"songs"
],
"repository": {
"type": "git",
"url": "git://github.com/ricardomatias/node-lyrics.git"
},
"dependencies": {
"chalk": "^4.1.0",
"cheerio": "1.0.0-rc.3",
"lodash.assign": "^4.2.0",
"lodash.filter": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.includes": "^4.3.0",
"lodash.map": "^4.6.0",
"meow": "^7.1.1",
"superagent": "6.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.1.3"
}
}