manifest.json 457 B

123456789101112131415161718
  1. {
  2. "$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "Halsafar",
  4. "description": "Adds sort and filter features to the level selection UI.",
  5. "gameVersion": "1.6.1",
  6. "id": "SongBrowser",
  7. "name": "Song Browser",
  8. "version": "6.0.3",
  9. "dependsOn": {
  10. "SongCore": "^2.7.2",
  11. "SongDataCore": "^1.1.5"
  12. },
  13. "features": [
  14. "print",
  15. "debug",
  16. "warn"
  17. ]
  18. }