mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-16 13:45:07 +00:00
29 lines
752 B
JSON
29 lines
752 B
JSON
{
|
|
"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",
|
|
"author": "Gregor Biswanger",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "tsc -p ."
|
|
},
|
|
"dependencies": {
|
|
"dasherize": "^2.0.0",
|
|
"electron-updater": "^4.6.5",
|
|
"image-size": "^1.0.0",
|
|
"portscanner": "^2.2.0",
|
|
"socket.io": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
"@typescript-eslint/parser": "^5.18.0",
|
|
"electron": "^18.0.2",
|
|
"eslint": "^8.12.0",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|