-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
112 lines (112 loc) · 3.66 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "main-bot",
"version": "4.0.0",
"type": "module",
"description": "The main official bot for the BuildTheEarth Discord server.",
"dependencies": {
"@buildtheearth/bot-logger": "1.0.3",
"@buildtheearth/bot-utils": "^1.2.0",
"@discordjs/builders": "^1.5.0",
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/serve-static": "^4.0.0",
"body-parser": "^1.19.1",
"buffer-image-size": "0.6.4",
"bufferutil": "^4.0.8",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"commitlint": "11.0.0",
"cron-validate": "^1.4.3",
"cron-validator": "^1.3.1",
"croner": "^4.3.7",
"discord-api-types": "^0.33.0",
"discord.js": "^14.8.0",
"emoji-tree": "^1.1.2",
"express": "^4.18.2",
"fastify-static": "^4.7.0",
"form-data": "^4.0.0",
"gitmoji-cli": "^4.11.0",
"js-yaml": "4.1.0",
"json5": "2.2.0",
"minecraft-block-info": "github:XboxBedrock/minecraft-block-info",
"mlly": "^1.7.1",
"mysql-backup": "^1.0.0",
"mysql2": "2.3.0",
"mysqldump": "^3.2.0",
"node-fetch": "^3.2.1",
"node-gyp": "^9.0.0",
"nps-utils": "1.7.0",
"patch-package": "^6.4.7",
"prom-client": "^15.1.0",
"reflect-metadata": "0.1.13",
"run-my-sql-file": "^1.0.0",
"sentiment": "^5.0.2",
"sharp": "^0.30.7",
"sprintf-js": "^1.1.2",
"ts-node": "^10.9.1",
"typeorm": "^0.2.46-dev.486f8c5",
"typescript": "^4.7.0-dev.20220422",
"winston": "3.3.3",
"ws": "^8.18.0",
"yaml": "1.10.2"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.164",
"@types/better-sqlite3": "^7.5.0",
"@types/chalk": "^2.2.0",
"@types/express": "^4.17.21",
"@types/lodash": "4.14.177",
"@types/ms": "^0.7.31",
"@types/node": "16.11.17",
"@types/node-fetch": "3.0.3",
"@types/sentiment": "^5.0.1",
"@types/sprintf-js": "^1.1.2",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.33.0",
"commitizen": "^4.2.4",
"commitizen-emoji": "^1.0.5",
"commitlint-config-gitmoji": "^2.2.5",
"cz-customizable": "^6.3.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"husky": "^7.0.0",
"ncc": "^0.3.6",
"nps": "5.10.0",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"ts-loader": "^9.2.7",
"tsconfig-paths": "3.12.0",
"tsconfig-to-swcconfig": "^1.5.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
},
"scripts": {
"start": "nps",
"prepare": "husky install",
"postinstall": "patch-package",
"typeorm": "node --experimental-specifier-resolution=node --loader ts-node/esm ./node_modules/typeorm/cli.js",
"t2sql": "node ./scripts/typeorm2sql.cjs"
},
"config": {
"commitizen": {
"path": "./node_modules/commitizen-emoji"
},
"commitizenEmoji": {
"symbol": true
}
},
"overrides": {
"@buildtheearth/bot-utils": {
"discord.js": "^14.8.0"
}
},
"repository": "BuildTheEarth/main-bot",
"author": "BuildTheEarth",
"license": "MIT",
"bugs": "https://github.com/BuildTheEarth/main-bot/issues",
"homepage": "https://github.com/BuildTheEarth/main-bot#readme"
}