-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.27 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
{
"name": "classicdb_bot",
"version": "2.0.0",
"description": "A discord bot, which makes it easy to link items from the WoW Classic database on classicdb.ch",
"engine": {
"node": "^18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kruhlmann/classicdb_bot.git"
},
"author": "Andreas Kruhlmann",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Kruhlmann/classicdb_bot/issues"
},
"homepage": "https://github.com/Kruhlmann/classicdb_bot#readme",
"devDependencies": {
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"discord-api-types": "^0.37.62",
"discord.js": "^14.13.0",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^49.0.0",
"gts": "^5.2.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
}
}