-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"dependencies": {
"bancho.js": "^0.9.7",
"discord.js": "^13.6.0",
"dotenv": "^11.0.0",
"html-escaper": "^3.0.3",
"mustache": "^4.2.0"
},
"name": "osu-chat-discord",
"version": "1.1.0",
"description": "Fetch message from osu!Bancho Chat and send it to Discord channel",
"main": "index.js",
"scripts": {
"test": "node ./index.js",
"debug": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thanhgaming5550/osu-chat-discord.git"
},
"keywords": [
"osu",
"bancho",
"chat",
"sync",
"discord"
],
"author": "thanhgaming5550",
"license": "MIT",
"bugs": {
"url": "https://github.com/thanhgaming5550/osu-chat-discord/issues"
},
"homepage": "https://github.com/thanhgaming5550/osu-chat-discord#readme",
"engines": {
"node": ">=16.6.0"
}
}