Files
Bose-SoundTouch/package.json
T
Tobias Gesellchen 7f2e6abfc3 build: Add automated dependency management for JavaScript libraries
- Sets up Dependabot for JS dependency updates
- Adds GitHub workflow for automated static dependency updates
- Creates update script for Preact and other static JS libraries
- Updates Preact to latest version via new automation
2026-05-18 22:34:26 +02:00

16 lines
360 B
JSON

{
"name": "@gesellix/bose-soundtouch",
"private": true,
"description": "Controlling and preserving Bose SoundTouch devices",
"repository": "https://github.com/gesellix/bose-soundtouch",
"license": "MIT",
"author": "Tobias Gesellchen",
"engines": {
"node": ">=24.0.0"
},
"dependencies": {
"htm": "3.1.1",
"preact": "10.26.1"
}
}