UNPKG

ultra-lyrics

Version:

Lyrics Fetcher

44 lines (43 loc) 968 B
{ "name": "ultra-lyrics", "version": "1.1.1", "description": "Lyrics Fetcher", "main": "dist/index.js", "types": "dist", "files": [ "dist" ], "scripts": { "test": "node test.js", "build": "tsc -p .", "lint": "eslint \"src/**/*.ts\"", "docs": "typedoc", "prepublish": "npm run build", "prettier-format": "prettier --config .prettierrc \"src/**/*.ts\" --write" }, "repository": { "type": "git", "url": "git+https:github.com/alensaito1/ultra-lyrics" }, "keywords": [ "lyrics", "genius", "song", "music" ], "author": "Alen Yohannan", "license": "MIT", "devDependencies": { "@types/node": "^16.4.13", "@typescript-eslint/eslint-plugin": "^4.29.0", "@typescript-eslint/parser": "^4.29.0", "eslint": "^7.32.0", "prettier": "^2.3.2", "typedoc": "^0.21.5", "typescript": "^4.3.5" }, "dependencies": { "axios": "^0.21.1", "cheerio": "^1.0.0-rc.10" } }