63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "@elgato-stream-deck/node",
|
|
"version": "7.5.2",
|
|
"description": "An npm module for interfacing with the Elgato Stream Deck in node",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/julusian/node-elgato-stream-deck#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Julusian/node-elgato-stream-deck",
|
|
"directory": "packages/node"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/julusian/node-elgato-stream-deck/issues"
|
|
},
|
|
"author": {
|
|
"name": "Julian Waller",
|
|
"email": "git@julusian.co.uk"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Håkon Nessjøen",
|
|
"email": "haakon@bitfocus.io"
|
|
},
|
|
{
|
|
"name": "Richard Fox",
|
|
"twitter": "ProbablePrime"
|
|
},
|
|
{
|
|
"name": "Chris Hanel",
|
|
"twitter": "chrishanel",
|
|
"email": "chrishanel@gmail.com",
|
|
"url": "http://www.chrishanel.com/"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"elgato",
|
|
"stream",
|
|
"deck",
|
|
"streamdeck",
|
|
"hid",
|
|
"usb",
|
|
"hardware",
|
|
"interface",
|
|
"controller"
|
|
],
|
|
"files": [
|
|
"dist",
|
|
"udev",
|
|
"udev-generator-rules.json"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.18"
|
|
},
|
|
"dependencies": {
|
|
"@elgato-stream-deck/core": "7.5.2",
|
|
"@elgato-stream-deck/node-lib": "7.5.2",
|
|
"eventemitter3": "^5.0.4",
|
|
"node-hid": "^3.2.0",
|
|
"tslib": "^2.8.1"
|
|
}
|
|
} |