beatsaber-scoretracker/Mod/manifest.json

15 lines
499 B
JSON
Raw Permalink Normal View History

2024-08-06 22:57:47 +00:00
{
"$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json",
2024-08-07 04:19:39 +00:00
"id": "ScoreTracker",
2024-08-06 22:57:47 +00:00
"name": "ScoreTracker",
"author": "fascinated7",
"version": "0.0.1",
"description": "Uploads your scores to ScoreTracker to show or use the data elsewhere",
2024-08-07 04:30:00 +00:00
"gameVersion": "1.21.0",
2024-08-06 22:57:47 +00:00
"dependsOn": {
"BSIPA": "^4.2.2",
"BS Utils": "^1.12.0",
2024-08-07 04:19:39 +00:00
"SiraUtil": "^3.1.0"
2024-08-06 22:57:47 +00:00
},
2024-08-07 04:19:39 +00:00
"loadAfter": [ "BS Utils", "SiraUtil" ]
2024-08-06 22:57:47 +00:00
}