-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"name": "starter-service",
"version": "1.0.0",
"scripts": {
"build": "tsc",
"check": "tsc --noEmit",
"dev": "NODE_ENV=development tsx watch --clear-screen=false src/index.ts | pino-pretty",
"start": "node dist/src/index.js",
"test": "vitest --run"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node-fetch": "^2.6.11",
"@types/uuid": "9.0.8",
"drizzle-kit": "0.22.6",
"pino-pretty": "^11.1.0",
"tsx": "4.15.1",
"typescript": "^5.4.5",
"vitest": "1.6.0"
},
"dependencies": {
"@fastify/cookie": "9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/sensible": "^5.6.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "3.1.0",
"@swarnim/hermes": "1.1.0",
"argon2": "0.40.3",
"axios": "1.7.2",
"close-with-grace": "1.3.0",
"dotenv": "16.4.5",
"drizzle-orm": "0.31.2",
"faiss-node": "0.5.1",
"fast-jwt": "4.0.1",
"fastify": "^4.27.0",
"fastify-cors": "^6.1.0",
"fastify-sensible": "^3.2.0",
"ioredis": "^5.4.1",
"node-fetch": "^3.3.2",
"openai": "4.49.1",
"pino": "^9.1.0",
"postgres": "3.4.4",
"uuid": "10.0.0",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.0",
"zod-validation-error": "3.3.0"
}
}