Publish Docker Image / build-and-push (./build/Dockerfile, git.lzstealth.com/lzstealth/pulse-signage-web, web) (push) Successful in 1m18s
Publish Docker Image / build-and-push (./build/Dockerfile.player, git.lzstealth.com/lzstealth/pulse-signage-player, player) (push) Successful in 33s
22 lines
561 B
JSON
22 lines
561 B
JSON
{
|
|
"name": "pulse-signage-web",
|
|
"version": "2.7.0",
|
|
"private": false,
|
|
"description": "Pulse Signage web and bridge application bundle",
|
|
"main": "src/common.js",
|
|
"scripts": {
|
|
"start": "node -r dotenv/config src/web.js",
|
|
"start:web": "node -r dotenv/config src/web.js"
|
|
},
|
|
"dependencies": {
|
|
"@sparticuz/chromium": "^137.0.0",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^4.21.2",
|
|
"handlebars": "^4.7.8",
|
|
"multer": "^2.2.0",
|
|
"mysql2": "^3.14.3",
|
|
"puppeteer-core": "^24.16.0",
|
|
"sharp": "^0.35.3",
|
|
"ws": "^8.21.0"
|
|
}
|
|
} |