-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "express-http-context",
"version": "2.0.1",
"description": "Get and set request-scoped context anywhere",
"main": "index.js",
"browser": "browser.js",
"sideEffects": true,
"engines": {
"node": ">=14.8.0"
},
"scripts": {
"pretest": "cp index.js packages/express-http-context-intermediate-library/express-http-context.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skonves/express-http-context.git"
},
"keywords": [
"express",
"http",
"request",
"context"
],
"author": "Steve Konves",
"contributors": [
"Steve Konves",
"Amiram Korach"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/skonves/express-http-context/issues"
},
"homepage": "https://github.com/skonves/express-http-context#readme",
"funding": "https://github.com/skonves/express-http-context?sponsor=1",
"devDependencies": {
"@oliverlockwood/express-http-context-intermediate-library": "file:packages/express-http-context-intermediate-library",
"express": "^5.1.0",
"jest": "^29.7.0",
"supertest": "^7.0.0"
}
}