-
-
Notifications
You must be signed in to change notification settings - Fork 612
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 661 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 661 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
{
"name": "@electron-forge/web-multi-logger",
"version": "7.6.0",
"description": "Display multiple streams of logs in one window",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/Logger.js",
"typings": "dist/Logger.d.ts",
"dependencies": {
"@electron-forge/core-utils": "7.5.0",
"express": "^4.17.1",
"express-ws": "^5.0.2",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.8.0"
},
"engines": {
"node": ">= 16.4.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src",
"static"
]
}