Skip to content

Commit

Permalink
Add devices attatch and detatch events with better logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Feb 25, 2024
1 parent 2a83d06 commit 61d0493
Show file tree
Hide file tree
Showing 7 changed files with 331 additions and 43 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,25 @@
}
},
"dependencies": {
"uuid": "^9.0.1",
"node-hid": "^3.0.0",
"@jitsi/robotjs": "^0.6.13",
"auto-launch": "^5.0.6",
"winston": "^3.11.0",
"electron-json-storage": "^4.6.0",
"usb": "^2.11.0",
"lodash": "^4.17.21",
"@jitsi/robotjs": "^0.6.13",
"auto-launch": "^5.0.6"
"node-hid": "^3.0.0",
"usb": "^2.11.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/auto-launch": "^5.0.5",
"@types/electron-json-storage": "^4.5.4",
"@types/uuid": "^9.0.8",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.10",
"@types/uuid": "^9.0.8",
"source-map-support": "^0.5.21",
"electron": "^28.2.0",
"electron-builder": "^24.9.1",
"typescript": "^5.3.3",
"prettier": "^3.2.4",
"@types/lodash": "^4.14.202"
"typescript": "^5.3.3"
}
}
172 changes: 170 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 61d0493

Please sign in to comment.