-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 850 Bytes
/
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
{
"name": "league-buddy",
"version": "1.0.0",
"description": "Discord bot who live reacts to LoL client events",
"main": "build/client.js",
"scripts": {
"build": "copyfiles -u 1 src/assets/** build/ && tsc",
"start": "npm run build && node build/client.js"
},
"keywords": [
"voice",
"discord.ts",
"discord.js",
"bot",
"discord",
"typescript",
"League of Legends",
"LoL"
],
"author": "AarKro",
"homepage": "https://github.com/AarKro/League-Buddy",
"devDependencies": {
"copyfiles": "^2.4.1",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
},
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.7.5",
"@discordx/utilities": "^2.0.0",
"axios": "^0.27.2",
"discord.js": "^13.2.0",
"discordx": "^7.0.0",
"tweetnacl": "^1.0.3"
}
}