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

15 lines
305 B
JSON
Raw Permalink Normal View History

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