-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 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
{
"name": "recallbricks-api",
"version": "2.0.0",
"type": "module",
"scripts": {
"build": "rm -rf dist && tsc",
"dev": "tsx src/index.ts --stdio",
"start": "node dist/index.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.68.0",
"@modelcontextprotocol/sdk": "^1.0.4",
"@sentry/node": "^10.31.0",
"@sentry/profiling-node": "^10.31.0",
"@supabase/supabase-js": "^2.47.10",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"helmet": "^8.1.0",
"mammoth": "^1.8.0",
"node-cache": "^5.1.2",
"openai": "^4.73.0",
"pdf-parse": "^1.1.1",
"pg": "^8.16.3",
"prom-client": "^15.1.3",
"rate-limiter-flexible": "^5.0.3",
"resend": "^6.6.0",
"stripe": "^20.0.0",
"typescript": "^5.7.2",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/pdf-parse": "^1.1.5",
"@types/stripe": "^8.0.416",
"@types/supertest": "^6.0.3",
"@vitest/ui": "^4.0.16",
"autocannon": "^8.0.0",
"supertest": "^7.1.4",
"tsx": "^4.19.2",
"vitest": "^4.0.16"
}
}