Update package.json

This commit is contained in:
TheThomaas 2026-01-25 23:05:47 +01:00
parent 84d1c9f763
commit efd3472aaa
2 changed files with 10177 additions and 1 deletions

10175
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,8 @@
"description": "An Electron application with React and TypeScript", "description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "example.com", "author": "example.com",
"homepage": "https://electron-vite.org", "homepage": "https://git.thethomaas.net/TheThomaas/electron-vite-app",
"repository": "https://git.thethomaas.net/TheThomaas/electron-vite-app",
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",
"lint": "eslint --cache .", "lint": "eslint --cache .",