mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-16 13:45:07 +00:00
23 lines
446 B
JSON
23 lines
446 B
JSON
{
|
|
"name": "electron.net.host",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"author": "Gregor Biswanger",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"start": "tsc -p ."
|
|
},
|
|
"dependencies": {
|
|
"portscanner": "^2.2.0",
|
|
"electron": "^4.0.0",
|
|
"socket.io": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^10.12.18",
|
|
"@types/socket.io": "^2.1.2",
|
|
"tslint": "^5.12.0",
|
|
"typescript": "^3.2.2"
|
|
}
|
|
}
|