-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "r6-discord-bot",
"version": "1.7.2",
"description": "Rainbow Six Siege Discord bot",
"author": "PoloLacoste",
"license": "MIT",
"homepage": "https://github.com/PoloLacoste/r6-discord-bot#readme",
"bugs": {
"url": "https://github.com/PoloLacoste/r6-discord-bot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PoloLacoste/r6-discord-bot.git"
},
"main": "src/index.ts",
"scripts": {
"start": "tsc && node dist/index.js",
"build": "tsc"
},
"devDependencies": {
"@types/humanize-duration": "^3.27.1",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/rest": "^2.0.1",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"humanize-duration": "^3.29.0",
"r6-api-caching": "^1.7.0",
"reflect-metadata": "^0.1.13",
"tslog": "^4.9.2",
"tsyringe": "^4.8.0"
}
}