refactor(core): transition to WPE

This commit is contained in:
2026-07-06 18:10:12 +02:00
parent 2415502d4b
commit e3b4692802
4 changed files with 92 additions and 144 deletions
+1 -2
View File
@@ -1,14 +1,13 @@
{
"name": "kiosk-api",
"version": "1.0.0",
"description": "Multi-monitor kiosk API based on balena browser block",
"description": "Multi-monitor kiosk API using WPE WebKit",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"puppeteer-core": "^20.0.0",
"body-parser": "^1.20.2"
}
}