-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.67 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
{
"name": "bh-open-api",
"version": "2.0.0",
"description": "An unofficial API server with no connection to Brawlhalla and its developers, prepared for easier and unlimited access to Brawlhalla API services.",
"author": {
"email": "hi@338.rocks",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"private": true,
"license": "MPL-2.0",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write .",
"start": "node dist/main",
"dev": "nest start --watch",
"lint": "eslint . --fix",
"update": "taze latest -w"
},
"dependencies": {
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10",
"@nestjs/platform-fastify": "^10.2.10",
"@nestjs/typeorm": "^10.0.1",
"axios": "^1.6.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^16.3.1",
"mongodb": "^6.3.0",
"morgan": "^1.10.0",
"nestjs-rate-limit": "^1.1.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"typeorm": "^0.3.17",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.11",
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"prettier": "^3.1.0",
"taze": "^0.12.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.2"
},
"resolutions": {
"string-width": "^4.2.0"
}
}