-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) 路 589 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) 路 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "@eserstack/http",
"version": "4.3.1",
"type": "module",
"exports": {
".": "./mod.ts",
"./adapter": "./adapter.ts",
"./response": "./response.ts",
"./middlewares/cors": "./middlewares/cors.ts",
"./middlewares/csp": "./middlewares/csp.ts",
"./middlewares/csrf": "./middlewares/csrf.ts",
"./middlewares/rate-limiter": "./middlewares/rate-limiter.ts"
},
"dependencies": {
"@eserstack/functions": "workspace:*",
"@eserstack/primitives": "workspace:*"
},
"devDependencies": {
"@std/assert": "npm:@jsr/std__assert@^1.0.19"
}
}