Electron-UDS-Relay/package.json

16 lines
294 B
JSON

{
"name": "electron-ipc-relay",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^23.2.0"
}
}