Files
electron-app1/package.json
T
2026-07-01 23:16:42 +02:00

25 lines
498 B
JSON

{
"name": "electron-app1",
"version": "1.0.0",
"description": "electron demo app 1",
"keywords": [
"electron",
"app"
],
"repository": {
"type": "git",
"url": "https://git.vconesa.net/amorfo77/electron-app1.git"
},
"license": "ISC",
"author": "vicente conesa",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"electron": "^43.0.0"
}
}