mirror of
https://git.haroon.hackclub.app/haroon/osu-leaderboard.git
synced 2024-11-09 23:39:40 +00:00
18 lines
No EOL
346 B
JSON
18 lines
No EOL
346 B
JSON
{
|
|
"name": "osu-leaderboard",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@slack/bolt": "^3.19.0",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"bcrypt": "^5.1.1",
|
|
"dotenv": "^16.4.5",
|
|
"postgres": "^3.4.4"
|
|
}
|
|
} |