-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "nest",
"version": "0.0.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "nest start --watch",
"debug": "nest start --watch --debug",
"preview": "node dist/main.mjs",
"build": "nest build",
"types": "tsc --noEmit",
"test": "pnpm run test:vitest",
"test:vitest": "vitest run --coverage"
},
"dependencies": {
"@nanogiants/nestjs-swagger-api-exception-decorator": "1.7.2",
"@nestjs/common": "11.0.11",
"@nestjs/core": "11.0.11",
"@nestjs/platform-express": "11.0.11",
"@nestjs/swagger": "11.0.6",
"@spuxx/js-utils": "workspace:@spuxx/js-utils@*",
"@spuxx/nest-auth": "workspace:@spuxx/nest-auth@*",
"@spuxx/nest-utils": "workspace:@spuxx/nest-utils@*",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
},
"devDependencies": {
"@spuxx/nest-testing": "workspace:@spuxx/nest-testing@*",
"@types/express": "5.0.0",
"@vitest/coverage-v8": "3.0.5",
"express-openid-connect": "2.17.1",
"source-map-support": "0.5.21",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"unplugin-swc": "1.5.1",
"vite": "6.1.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.7"
}
}