-
-
Notifications
You must be signed in to change notification settings - Fork 747
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 782 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 782 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
{
"name": "electron.net.host",
"version": "1.0.0",
"description": "Electron-Host for Electron.NET.",
"repository": {
"url": "https://github.com/ElectronNET/Electron.NET"
},
"main": "main.js",
"type": "commonjs",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"start": "tsc -p ."
},
"keywords": [],
"author": "Gregor Biswanger, Florian Rappl",
"license": "MIT",
"dependencies": {
"dasherize": "^2.0.0",
"electron-host-hook": "file:./ElectronHostHook",
"image-size": "^1.2.1",
"portscanner": "^2.2.0",
"electron-updater": "^6.6.2",
"socket.io": "^4.8.1"
},
"devDependencies": {
"@types/node": "^22.18",
"electron": "^39.8.4",
"eslint": "^9.39.1",
"typescript": "^5.9.3"
}
}