-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
{
"name": "etf_api",
"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/bootstrap"
},
"dependencies": {
"@keyv/redis": "^5.1.1",
"@nestjs/cache-manager": "^3.0.1",
"@nestjs/common": "^11.1.9",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.9",
"@nestjs/mongoose": "^11.0.4",
"@nestjs/platform-fastify": "^11.1.9",
"@nestjs/schedule": "^6.1.0",
"@nestjs/terminus": "^11.0.0",
"cache-manager": "^7.2.7",
"chalk": "^5.6.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"ioredis": "^5.8.2",
"joi": "^18.0.2",
"keyv": "^5.0.0",
"mongoose": "^9.0.1",
"reflect-metadata": "^0.2.2",
"ethers": "^6.0.0",
"rxjs": "^7.8.2",
"viem": "^2.0.0"
},
"devDependencies": {
"@nestjs/cli": "^11.0.14",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.9",
"@types/express": "^5.0.6",
"@types/node": "^25.0.2",
"globals": "^16.5.0",
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0"
}
}