UNPKG

search-azlyrics

Version:
37 lines (36 loc) 803 B
{ "name": "search-azlyrics", "version": "0.0.3", "description": "search lyric from azlyrics", "main": "index.js", "scripts": { "test": "jest", "start": "node example.js", "lint": "prettier --write '**.js' && eslint **.js" }, "keywords": [ "song", "lyrics", "lyric", "music" ], "repository": { "type": "git", "url": "git+https://github.com/HaiDang666/search-azlyrics.git" }, "author": "Haidang666", "license": "GNU3", "dependencies": { "bluebird": "^3.7.2", "cheerio": "^1.0.0-rc.6", "node-fetch": "^2.3.0" }, "devDependencies": { "eslint": "^7.23.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.3.1", "jest": "^26.6.3", "prettier": "2.2.1" } }