iohook settings

This commit is contained in:
Andrew Gundersen 2021-08-18 10:19:52 -05:00
commit e9972bd70a
3 changed files with 30 additions and 1 deletions

View file

@ -4,7 +4,6 @@
"private": true,
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
"author": {
"name": "Enrique Hernandez",
"name": "Andrew Gundersen"
},
"scripts": {
@ -30,6 +29,7 @@
"electron-updater": "^4.3.8",
"mitt": "^2.1.0",
"naudiodon": "^2.3.2",
"node-abi": "^2.30.0",
"node-record-lpcm16": "^1.0.1",
"update-electron-app": "^2.0.1",
"uuid": "^8.3.2",
@ -101,5 +101,20 @@
"type": "git",
"url": "https://gitlab.com/crimata/electron-app.git",
"release": "latest"
},
"iohook": {
"targets": [
"node-83",
"electron-85"
],
"platforms": [
"win32",
"darwin",
"linux"
],
"arches": [
"x64",
"ia32"
]
}
}