{
  "name": "@kandy-io/kandy-hid",
  "version": "2.3.0",
  "repository": "https://github.com/RibbonCommunications/webrtc-hid-sdk",
  "author": "Kandy Team",
  "license": "SEE LICENSE IN LICENSE.md",
  "description": "abstraction library for HID devices in Desktop and VDI",
  "scripts": {
    "build-web": "webpack --config webpack.web.js",
    "build-electron": "webpack --config webpack.electron.js",
    "build-remote": "webpack --config webpack.remote.js",
    "build": "yarn workspace @kandy-io/kandy-hid build-web && yarn workspace @kandy-io/kandy-hid build-electron && yarn workspace @kandy-io/kandy-hid build-remote",
    "prepack": "yarn workspace @kandy-io/kandy-hid build"
  },
  "peerDependencies": {
    "@distant/vchannel": "^1.0.0"
  },
  "optionalDependencies": {
    "node-hid": "^2.1.1",
    "protobufjs": "^6.11.3",
    "usb-detection": "^4.9.0"
  },
  "browser": {
    "electron": false,
    "./local.js": "./localWeb.js"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^1.7.1",
    "debug": "^4.1.1",
    "lodash": "^4.17.15",
    "redux": "^4.1.0",
    "redux-logger": "^3.0.6"
  },
  "devDependencies": {
    "cross-spawn": "^7.0.3",
    "string-replace-webpack-plugin": "^0.1.3",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
