plugin init

This commit is contained in:
2025-12-28 03:24:26 +01:00
parent 514a60e66c
commit bf2e6f8a44
19 changed files with 2242 additions and 0 deletions

22
awake/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w --watch.onEnd=\"streamdeck restart org.igox.awake.wol\""
},
"type": "module",
"devDependencies": {
"@elgato/cli": "^1.1.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.2.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@tsconfig/node20": "^20.1.2",
"@types/node": "~20.15.0",
"rollup": "^4.0.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@elgato/streamdeck": "^1.0.0"
}
}