mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
- 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
16 lines
360 B
JSON
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"
|
|
}
|
|
}
|