xkeys
Version:
An npm module for interfacing with the X-keys panels in Node.js
67 lines (66 loc) • 1.47 kB
JSON
{
"name": "xkeys",
"version": "3.3.0",
"description": "An npm module for interfacing with the X-keys panels in Node.js",
"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"
},
"contributors": [
{
"name": "Michael Hetherington",
"url": "https://xkeys.com"
},
{
"name": "Andreas Reich",
"url": "https://github.com/cyraxx"
},
{
"name": "Julian Waller",
"url": "https://github.com/Julusian"
}
],
"scripts": {
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.build.json",
"test": "jest"
},
"files": [
"dist/**"
],
"engines": {
"node": ">=14"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"keywords": [
"xkeys",
"x-keys",
"hid",
"usb",
"hardware",
"interface",
"controller"
],
"dependencies": {
"@xkeys-lib/core": "3.3.0",
"node-hid": "^3.0.0",
"p-queue": "^6.6.2",
"tslib": "^2.4.0"
},
"optionalDependencies": {
"usb": "^2.5.2"
},
"gitHead": "783d17086194ee1e88f1c009096fb3184831b09b"
}