This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
ScoreSaber-Leaderboard-Feed/package.json
2022-04-22 15:50:44 +01:00

15 lines
305 B
JSON

{
"name": "scoresaber-leaderboard-feed",
"version": "1.0.0",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "yarn && node index.js"
},
"dependencies": {
"webhook-discord": "^3.7.8",
"ws": "^8.5.0"
}
}