@zunderscore/elgato-light-control
Version:
Javascript wrapper for Elgato Key Lights and Light Strip control
40 lines • 1.2 kB
JSON
{
"name": "@zunderscore/elgato-light-control",
"version": "1.2.0",
"description": "Javascript wrapper for Elgato Key Lights and Light Strip control",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "tsc && node dist/tests/tests.js",
"prepare": "npm run build",
"start": "tsc && node dist/index.js"
},
"keywords": [
"Elgato",
"Key Light",
"Light Strip",
"Streaming"
],
"homepage": "https://github.com/zunderscore/elgato-light-control",
"repository": {
"type": "git",
"url": "https://github.com/zunderscore/elgato-light-control.git"
},
"bugs": {
"url": "https://github.com/zunderscore/elgato-light-control/issues",
"email": "zwilliamson@outlook.com"
},
"author": "Zack Williamson <zwilliamson@outlook.com> (http://zunderscore.com/)",
"license": "MIT",
"dependencies": {
"bonjour-service": "^1.3.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"typescript": "^5.7.3"
},
"files": [
"dist/**/*"
]
}