@xkeys-lib/core
Version:
NPM package to interact with the X-keys panels
60 lines (59 loc) • 1.29 kB
JSON
{
"name": "@xkeys-lib/core",
"version": "3.3.0",
"description": "NPM package to interact with the X-keys panels",
"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"
}
],
"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": {
"tslib": "^2.4.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "783d17086194ee1e88f1c009096fb3184831b09b"
}