Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style

This commit is contained in:
2026-02-27 22:47:08 +01:00
committed by erik
parent 5a70f775f1
commit 93faae5cc8
1463 changed files with 306917 additions and 0 deletions

58
node_modules/@elgato-stream-deck/core/package.json generated vendored Normal file
View 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"
}
}