-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.92 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.92 KB
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
{
"dependencies": {
"@nestjs/axios": "4.0.1",
"@nestjs/common": "11.1.18",
"@nestjs/core": "11.1.18",
"@nestjs/jwt": "11.0.2",
"@nestjs/passport": "11.0.5",
"@nestjs/platform-express": "11.1.18",
"@nestjs/serve-static": "5.0.5",
"@nestjs/swagger": "11.2.7",
"@nestjs/typeorm": "11.0.1",
"bcrypt": "6.0.0",
"browser-sync-client": "3.0.4",
"class-transformer": "0.5.1",
"class-validator": "0.15.1",
"cloud-config-client": "1.6.2",
"dotenv": "17.4.1",
"eureka-js-client": "4.5.0",
"express-session": "1.19.0",
"js-yaml": "4.1.1",
"jwt-decode": "4.0.0",
"mongodb": "5.9.2",
"mongodb-memory-server": "11.0.1",
"mssql": "12.2.1",
"mysql2": "3.22.0",
"oracledb": "6.10.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"passport-oauth2": "1.8.0",
"pg": "8.20.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"sqlite3": "6.0.1",
"swagger-ui-express": "5.0.1",
"typeorm": "0.3.20",
"typeorm-encrypted": "0.8.0"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@jest/globals": "30.3.0",
"@nestjs/testing": "11.1.18",
"@types/bcrypt": "6.0.0",
"@types/express": "5.0.6",
"@types/express-serve-static-core": "5.1.1",
"@types/jest": "30.0.0",
"@types/jwt-decode": "3.1.0",
"@types/node": "25.6.0",
"@types/passport-jwt": "4.0.1",
"@types/superagent": "8.1.9",
"@types/supertest": "7.2.0",
"browser-sync-client": "3.0.4",
"eslint": "10.2.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"globals": "17.4.0",
"jest": "30.3.0",
"nodemon": "3.1.14",
"rimraf": "5.0.10",
"sonarqube-scanner": "4.3.5",
"supertest": "7.2.2",
"ts-jest": "29.4.9",
"ts-node": "10.9.2",
"tsc-watch": "7.2.0",
"tsconfig-paths": "4.2.0",
"typescript": "5.9.3",
"typescript-eslint": "8.58.1"
},
"packageManager": "npm@11"
}