manifest.json 492 B

1234567891011121314151617
  1. {
  2. "$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "Kyle1413",
  4. "description": "A plugin for handling custom song additions in Beat Saber.",
  5. "gameVersion": "1.12.2",
  6. "id": "SongCore",
  7. "name": "SongCore",
  8. "version": "3.0.3",
  9. "dependsOn": {
  10. "BeatSaberMarkupLanguage": "^1.4.0",
  11. "BSIPA": "^4.1.3",
  12. "BS Utils": "^1.4.9"
  13. },
  14. "links": {
  15. "project-source": "https://github.com/Kylemc1413/SongCore"
  16. }
  17. }