-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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": "kankertron3000",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "ts-node kankertron.ts",
"lint": "eslint . --ext .ts --fix",
"build": "tsc",
"prod": "node build/kankertron.js"
},
"author": {
"email": "[email protected]",
"name": "Titancube"
},
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/opus": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"@types/node": "^16.9.6",
"axios": "^0.21.4",
"date-fns": "^2.24.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.2.0",
"discordx": "^6.2.0",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"firebase-admin": "^9.11.1",
"libsodium-wrappers": "^0.7.9",
"opusscript": "^0.0.8",
"readdirp": "^3.6.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.2.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0"
}
}