mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 05:34:47 +00:00
23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"name": "electron-host-hook",
|
|
"version": "1.0.0",
|
|
"description": "Connector for Electron.NET projects.",
|
|
"repository": {
|
|
"url": "https://github.com/ElectronNET/Electron.NET"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Gregor Biswanger",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/socket.io": "^2.1.2",
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"dependencies": {
|
|
"exceljs": "^1.10.0"
|
|
}
|
|
}
|