mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-09 02:07:47 +00:00
Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.7 and updates ancestor dependency [exceljs](https://github.com/exceljs/exceljs). These dependencies need to be updated together. Updates `tmp` from 0.1.0 to 0.2.7 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.1.0...v0.2.7) Updates `exceljs` from 1.15.0 to 4.4.0 - [Release notes](https://github.com/exceljs/exceljs/releases) - [Commits](https://github.com/exceljs/exceljs/compare/v1.15.0...v4.4.0) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.7 dependency-type: indirect - dependency-name: exceljs dependency-version: 4.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
556 B
JSON
25 lines
556 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": {
|
|
"eslint": "^9.37.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"archiver-utils": "^2.1.0",
|
|
"socket.io": "^4.8.1",
|
|
"exceljs": "^4.4.0"
|
|
}
|
|
}
|