-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.13 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
{
"name": "hono-http-context",
"version": "1.3.1",
"description": "The hono-http-context package is a lightweight and efficient library designed to provide context management for Hono.js applications, similar to how cls-hooked and express-http-context work for Node.js and Express applications. With hono-http-context, you can easily manage and share state across asynchronous operations within your Hono.js application, making it ideal for handling request-scoped data, user sessions, and more. This package ensures a seamless and straightforward way to propagate context throughout your app, improving code maintainability and simplifying complex workflows.",
"main": "index.ts",
"keywords": [
"honojs",
"context management",
"async context",
"request context",
"state management",
"async operations",
"cls-hooked",
"express-http-context",
"middleware",
"context propagation",
"nodejs",
"server-side context"
],
"author": "abdrr97",
"license": "ISC",
"dependencies": {
"cls-hooked": "^4.2.2",
"hono": "^4.4.4"
},
"devDependencies": {
"@types/cls-hooked": "~4.2.1"
}
}