-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 982 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 982 Bytes
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
{
"name": "ocrbase",
"version": "0.0.4",
"type": "module",
"module": "src/index.js",
"scripts": {
"dev": "bun run --watch src/index.ts",
"check": "ultracite check",
"fix": "ultracite fix",
"prepare": "lefthook install",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@bull-board/api": "^7.0.0",
"@bull-board/elysia": "^7.0.0",
"@elysiajs/openapi": "^1.4.14",
"@elysiajs/opentelemetry": "^1.4.11",
"@openrouter/ai-sdk-provider": "^2.7.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
"@opentelemetry/sdk-trace-base": "^2.6.1",
"@t3-oss/env-core": "^0.13.11",
"ai": "^6.0.162",
"bullmq": "^5.74.1",
"dotenv": "^17.4.2",
"elysia": "^1.4.28",
"ioredis": "^5.10.1"
},
"devDependencies": {
"@typescript/native-preview": "^7.0.0-dev.20260415.1",
"bun-types": "^1.3.12",
"lefthook": "^2.1.5",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"ultracite": "7.5.9"
}
}