Update package.json

This commit is contained in:
TheThomaas 2026-01-25 21:26:37 +01:00
parent 974f8b9a6f
commit cab0858b04

View file

@ -4,7 +4,11 @@
"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-app",
"repository": {
"type": "git",
"url": "https://git.thethomaas.net/TheThomaas/electron-app"
},
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",
"lint": "eslint --cache .", "lint": "eslint --cache .",