package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "geniurl",
  3. "version": "1.0.0",
  4. "description": "Simple JSON and XML REST API to search for song metadata and the lyrics URL 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",
  29. "dependencies": {
  30. "axios": "^0.26.0",
  31. "compression": "^1.7.4",
  32. "cors": "^2.8.5",
  33. "express": "^4.17.3",
  34. "fuse.js": "^6.6.2",
  35. "helmet": "^5.0.2",
  36. "js2xmlparser": "^4.0.2",
  37. "kleur": "^4.1.4",
  38. "rate-limiter-flexible": "^2.3.6",
  39. "svcorelib": "^1.15.0",
  40. "tcp-port-used": "^1.0.2"
  41. },
  42. "devDependencies": {
  43. "dotenv": "^16.0.0",
  44. "eslint": "^8.9.0"
  45. }
  46. }