Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style
This commit is contained in:
58
node_modules/@elgato-stream-deck/core/package.json
generated
vendored
Normal file
58
node_modules/@elgato-stream-deck/core/package.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "@elgato-stream-deck/core",
|
||||
"version": "7.5.2",
|
||||
"description": "An npm module for interfacing with the Elgato Stream Deck",
|
||||
"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/core"
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18.18"
|
||||
},
|
||||
"dependencies": {
|
||||
"eventemitter3": "^5.0.4",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user