hyperx-cloud-flight-wireless
Version:
Enhanced module for interfacing with HyperX Cloud Flight Wireless with robust reconnection handling
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "hyperx-cloud-flight-wireless",
"version": "1.1.0",
"description": "Enhanced module for interfacing with HyperX Cloud Flight Wireless with robust reconnection handling",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"files": [
"index.js",
"README.md",
"LICENSE"
],
"author": "Alex Adiaconitei <alex.adiaconitei@gmail.com> (https://github.com/AlexAdiaconitei)",
"contributors": [
"Søren Brokær <mail@srn.io> (https://srn.io)"
],
"repository": {
"type": "git",
"url": "https://github.com/AlexAdiaconitei/hyperx-cloud-flight-wireless.git"
},
"keywords": [
"hyperx",
"cloud-flight",
"wireless",
"headset",
"gaming",
"audio"
],
"license": "MIT",
"dependencies": {
"eventemitter3": "^5.0.1",
"node-hid": "^3.1.2"
},
"devDependencies": {
"prettier": "^3.5.3"
},
"bugs": {
"url": "https://github.com/AlexAdiaconitei/hyperx-cloud-flight-wireless/issues"
},
"homepage": "https://github.com/AlexAdiaconitei/hyperx-cloud-flight-wireless"
}