58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|
|
} |