-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 891 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 891 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
{
"name": "nedaa-api",
"version": "1.0.50",
"scripts": {
"dev": "bun run build.ts --watch",
"build": "bun run build.ts --compile",
"build:bundle": "bun run build.ts",
"lint": "bunx biome check",
"lint:fix": "bunx biome check --write",
"format": "bunx biome format --write",
"manifest": "bun scripts/generate-athkar-manifest.ts",
"prepare": "lefthook install"
},
"dependencies": {
"@bogeychan/elysia-logger": "^0.1.10",
"@elysiajs/cors": "^1.4.1",
"@elysiajs/openapi": "^1.4.14",
"@elysiajs/opentelemetry": "^1.4.10",
"@opentelemetry/exporter-trace-otlp-http": "^0.208.0",
"elysia": "^1.4.27",
"elysia-helmet": "^3.0.0",
"elysia-rate-limit": "^4.4.2",
"pino-pretty": "^13.1.3"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@types/bun": "^1.3.5",
"bun-plugin-glob-import": "^1.1.0",
"lefthook": "^2.0.12"
},
"module": "src/index.js"
}