xkeys-webhid
Version:
An npm module for interfacing with the X-keys panels in a browser
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "xkeys-webhid",
"version": "3.3.0",
"description": "An npm module for interfacing with the X-keys panels in a browser",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/SuperFlyTV/xkeys",
"repository": {
"type": "git",
"url": "git+https://github.com/SuperFlyTV/xkeys.git"
},
"bugs": {
"url": "https://github.com/SuperFlyTV/xkeys/issues"
},
"author": {
"name": "Johan Nyman",
"email": "johan@superfly.tv",
"url": "https://github.com/nytamin"
},
"scripts": {
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.build.json"
},
"files": [
"dist/**"
],
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"keywords": [
"xkeys",
"x-keys",
"hid",
"usb",
"hardware",
"interface",
"controller",
"webhid"
],
"dependencies": {
"@types/w3c-web-hid": "^1.0.3",
"@xkeys-lib/core": "3.3.0",
"buffer": "^6.0.3",
"p-queue": "^6.6.2"
},
"engines": {
"node": ">=14"
},
"gitHead": "783d17086194ee1e88f1c009096fb3184831b09b"
}