mirror of
https://git.haroon.hackclub.app/haroon/osu-leaderboard.git
synced 2025-07-04 10:16:00 +00:00
initial commit
This commit is contained in:
commit
d1e0ca8d46
6 changed files with 264 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "osu!leaderboard",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue