-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "minerank",
"version": "1.0.4-1",
"description": "Discord rank sync bot built with discord.js",
"main": "index.ts",
"author": "Danila Gudim <[email protected]>",
"private": true,
"homepage": "https://github.com/dgudim/Discord-minerank-bot",
"repository": "github:dgudim/Discord-minerank-bot",
"bugs": "https://github.com/dgudim/Discord-minerank-bot/ssues",
"scripts": {
"start": "ts-node ./index.ts",
"lint": "eslint --ext .ts ."
},
"engines": {
"node": ">=17.0.0"
},
"pre-commit": [
"lint"
],
"license": "GPLV3",
"dependencies": {
"discord_bots_common": "github:dgudim/Discord-bots-common",
"discord.js": "^14.7.1",
"dkrcommands": "^1.0.0-beta.4",
"dotenv": "^16.0.3",
"mee6-levels-api": "^1.3.1",
"minecraft-server-util": "^5.4.0",
"mysql": "^2.18.1",
"yaml": "^2.2.1"
},
"devDependencies": {
"@types/mysql": "^2.15.21",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"pre-commit": "^1.2.2",
"ts-node": "^10.9.1"
}
}