-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "discord-trackmania.io",
"version": "2.2.0",
"private": true,
"description": "A discord bot that uses node-trackmania.io",
"main": "src/index.js",
"scripts": {
"start": "node .",
"lint": "eslint src --fix",
"dev": "nodemon src/bot.js"
},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreepTheSheep/discord-trackmania.io.git"
},
"keywords": [
"trackmania",
"discord",
"bot"
],
"author": "GreepTheSheep",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GreepTheSheep/discord-trackmania.io/issues"
},
"homepage": "https://github.com/GreepTheSheep/discord-trackmania.io#readme",
"funding": "https://github.com/GreepTheSheep/discord-trackmania.io/?sponsor=1",
"dependencies": {
"discord.js": "^14.14.1",
"dotenv": "^16.4.7",
"easy-table": "^1.2.0",
"mysql": "^2.18.1",
"tm-essentials": "^1.0.5",
"trackmania.io": "^3.2.2-dev.130923.e6647f1"
},
"devDependencies": {
"eslint": "^8.57.0",
"nodemon": "^3.1.9"
}
}