mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 13:44:57 +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": {
|
|
"detect-port": "^1.2.3",
|
|
"electron": "^3.0.0",
|
|
"socket.io": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/socket.io": "^1.4.38",
|
|
"@types/node": "^10.11.0",
|
|
"tslint": "^5.11.0",
|
|
"typescript": "^3.0.3"
|
|
}
|
|
}
|