forked from allanjacob/state-trackmania-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "state-trackmania-bot",
"version": "1.0.0",
"description": "A Discord bot used to display data for New Jersey and Arizona Trackmania 2020 players. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Allanj954/state-trackmania-bot.git"
},
"author": "allanjacob",
"license": "MIT",
"bugs": {
"url": "https://github.com/Allanj954/state-trackmania-bot/issues"
},
"homepage": "https://github.com/Allanj954/state-trackmania-bot#readme",
"dependencies": {
"@discordjs/rest": "^0.3.0",
"asynckit": "^0.4.0",
"axios": "^0.26.0",
"combined-stream": "^1.0.8",
"debug": "^3.1.0",
"delayed-stream": "^1.0.0",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"events": "^3.3.0",
"follow-redirects": "^1.14.9",
"form-data": "^4.0.0",
"jwt-decode": "^2.2.0",
"luxon": "^2.3.1",
"mime-db": "^1.51.0",
"mime-types": "^2.1.34",
"ms": "^2.0.0",
"node-fetch": "^2.6.7",
"tr46": "^0.0.3",
"trackmania-api-node": "^0.0.27",
"trackmania.io": "^3.0.6",
"ts-mixer": "^6.0.0",
"tslib": "^2.3.1",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"ws": "^8.5.0",
"zod": "^3.13.4"
}
}