feat: Playtube Stream Dock Plugin 1.0.0 (Ajazz AKP153E) mit Icon-Pack

This commit is contained in:
2026-09-26 21:00:36 +02:00
commit 179a785adb
221 changed files with 10254 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "playtube-streamdock-plugin",
"version": "1.0.0",
"private": true,
"description": "Stream Dock plugin (Ajazz AKP153E and other Stream Dock devices) to control Playtube",
"license": "MIT",
"engines": {
"node": ">=20"
},
"scripts": {
"assets": "node tools/generate-assets.mjs",
"iconpack": "node tools/generate-iconpack.mjs",
"build": "node build.mjs",
"test": "node --test \"tests/*.test.js\"",
"package": "node build.mjs --zip"
},
"dependencies": {
"ws": "^8.18.0"
},
"devDependencies": {
"esbuild": "^0.25.0"
}
}