mirror of
https://github.com/danbulant/ester-klient
synced 2026-05-20 04:48:56 +00:00
Bumps [electron](https://github.com/electron/electron) from 7.1.7 to 18.3.7. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v7.1.7...v18.3.7) --- updated-dependencies: - dependency-name: electron dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
645 B
JSON
26 lines
645 B
JSON
{
|
|
"name": "ester-klient",
|
|
"version": "1.0.0",
|
|
"description": "Klient pro Ester",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dev": "cross-env NODE_ENV=dev electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/danbulant/ester-klient.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/danbulant/ester-klient/issues"
|
|
},
|
|
"homepage": "https://github.com/danbulant/ester-klient#readme",
|
|
"dependencies": {
|
|
"cross-env": "^6.0.3",
|
|
"electron": "^18.3.7"
|
|
}
|
|
}
|