-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"name": "api-kronosfinancial",
"version": "1.0.2",
"license": "MIT",
"scripts": {
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main"
},
"dependencies": {
"@fastify/compress": "^6.2.0",
"@fastify/csrf-protection": "^6.1.0",
"@fastify/helmet": "^10.1.0",
"@fastify/secure-session": "^5.3.0",
"@nestjs/bull": "^0.6.2",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-fastify": "^9.2.1",
"@prisma/client": "^4.7.1",
"bson": "^4.7.0",
"bull": "^4.10.2",
"dayjs": "^1.11.7",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
"@types/bull": "^4.10.0",
"@types/express": "^4.17.13",
"@types/node": "^16.0.0",
"prisma": "^4.7.1",
"source-map-support": "^0.5.20",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "4.1.0",
"typescript": "^4.7.4"
}
}