-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1002 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
37
{
"name": "bot-center",
"version": "1.0.0",
"description": "Modern and optimized version of Bot Center",
"main": "build/index.js",
"repository": "[email protected]:discord-bugcenter/BotCenter.git",
"author": "n1c00o <[email protected]>",
"license": "Apache-2.0",
"private": true,
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"build": "tsc",
"start": "node ."
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"eslint": "7.32.0",
"eslint-config-marine": "9.0.6"
},
"dependencies": {
"@discordjs/builders": "0.6.0",
"@discordjs/rest": "0.1.0-canary.0",
"@types/i18n": "^0.13.1",
"bufferutil": "4.0.3",
"discord-api-types": "0.23.1",
"discord.js": "^13.1.0",
"i18n": "^0.13.3",
"pg": "^8.7.1",
"typeorm": "^0.2.38",
"typescript": "4.4.3",
"utf-8-validate": "5.0.5",
"winston": "^3.3.3",
"zlib-sync": "0.1.7"
}
}