manifest.json 485 B

12345678910111213141516
  1. {
  2. "$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "Coder",
  4. "description": "A plugin for show lyrics for custom song in Beat Saber.",
  5. "gameVersion": "1.13.0",
  6. "id": "BeatLyrics",
  7. "name": "BeatLyrics",
  8. "version": "1.0.0",
  9. "dependsOn": {
  10. "BSIPA": "^4.1.3",
  11. "BS Utils": "^1.7.0"
  12. },
  13. "links": {
  14. "project-home": "https://www.topcl.net/custom-technology/build-a-beat-saber-lyric-plugin.html"
  15. }
  16. }