-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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": "open-vessel-server",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"start": "node app/main",
"start:nest": "nest start",
"build": "nest build",
"dev": "nest start --watch",
"lint": ""
},
"dependencies": {
"@fastify/compress": "^7.0.3",
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/one-line-logger": "^1.3.0",
"@fastify/rate-limit": "^9.1.0",
"@fastify/static": "^7.0.3",
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-fastify": "^10.3.8",
"@nestjs/swagger": "^7.3.1",
"@scalar/fastify-api-reference": "^1.22.50",
"mongoose": "^8.4.0"
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.11",
"@types/node": "^20.3.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
}
}