INITIAL
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "kiosk-api",
|
||||
"version": "1.0.0",
|
||||
"description": "Multi-monitor kiosk API based on balena browser block",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"puppeteer-core": "^20.0.0",
|
||||
"body-parser": "^1.20.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user