feat: Playtube Stream Dock Plugin 1.0.0 (Ajazz AKP153E) mit Icon-Pack
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user