-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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
{
"name": "chat-relay",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/apps/back-end/main",
"lint": "eslint \"{src,apps,libs,test,constant}/**/*.ts\" --fix",
"test": "jest"
},
"dependencies": {
"@bull-board/api": "^6.3.2",
"@bull-board/express": "^6.3.2",
"@bull-board/nestjs": "^6.3.2",
"@discordjs/rest": "^2.3.0",
"@nestjs/bullmq": "^10.1.1",
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@nestjs/platform-express": "^10.3.9",
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.7",
"bottleneck": "^2.19.5",
"bullmq": "^5.12.10",
"cheerio": "1.0.0-rc.12",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"discord-api-types": "^0.37.86",
"discord.js": "^14.15.2",
"dotenv": "^16.4.5",
"iterator-helpers-polyfill": "^3.0.1",
"pg": "^8.11.5",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"sha1": "^1.1.1",
"tmi.js": "^1.8.5",
"typeorm": "^0.3.20",
"youtubei.js": "^10.5.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.13",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-jest": "^28.8.3",
"source-map-support": "^0.5.21",
"ts-jest": "^29.2.5",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
}
}