package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "geniurl",
  3. "version": "0.1.0",
  4. "description": "Simple \"REST proxy\" to search for lyrics on genius.com",
  5. "main": "src/index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Sv443/geniURL.git"
  12. },
  13. "keywords": [
  14. "rest-api",
  15. "lyrics",
  16. "rest-proxy",
  17. "lyrics-search"
  18. ],
  19. "author": {
  20. "name": "Sv443",
  21. "url": "https://github.com/Sv443",
  22. "email": "[email protected]"
  23. },
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/Sv443/geniURL/issues"
  27. },
  28. "homepage": "https://github.com/Sv443/geniURL#readme",
  29. "dependencies": {
  30. "axios": "^0.26.0",
  31. "compression": "^1.7.4",
  32. "cors": "^2.8.5",
  33. "express": "^4.17.3",
  34. "genius-lyrics-api": "^3.2.0",
  35. "helmet": "^5.0.2",
  36. "kleur": "^4.1.4",
  37. "rate-limiter-flexible": "^2.3.6",
  38. "svcorelib": "^1.14.2",
  39. "tcp-port-used": "^1.0.2"
  40. },
  41. "devDependencies": {
  42. "dotenv": "^16.0.0",
  43. "eslint": "^8.9.0"
  44. }
  45. }