-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 963 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 963 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
37
38
39
40
41
42
43
44
45
46
{
"description": "log4js middleware of bpframework",
"dependencies": {
"bpframework": ">=0.3.15",
"log4js": "^6.4.2"
},
"devDependencies": {
"@types/node": "^22.13.10"
},
"peerDependencies": {
"bpframework": ">=0.3.15"
},
"directories": {},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/bpcloud/middleware-log4js#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bpcloud/middleware-log4js.git"
},
"scripts": {
"prepublishOnly": "tsc --build tsconfig.json",
"build": "tsc --build tsconfig.json"
},
"keywords": [
"bpframework",
"log4js"
],
"files": [
"dist",
"types",
"index.js"
],
"types": "types/index.d.ts",
"license": "MIT",
"main": "./dist/index.js",
"maintainers": [
{
"name": "brainpoint",
"email": "bpoint.lee@gmail.com"
}
],
"name": "@bpframework/middleware-log4js",
"version": "0.0.8"
}