25 lines
602 B
JSON
25 lines
602 B
JSON
{
|
|
"name": "pulse-signage-web",
|
|
"version": "2.8.1",
|
|
"private": false,
|
|
"description": "Pulse Signage web and bridge application bundle",
|
|
"engines": {
|
|
"node": ">=26.0.0"
|
|
},
|
|
"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": "^149.0.0",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1",
|
|
"handlebars": "^4.7.8",
|
|
"multer": "^2.2.0",
|
|
"mysql2": "^3.23.3",
|
|
"puppeteer-core": "^25.7.0",
|
|
"sharp": "^0.35.3",
|
|
"ws": "^8.21.3"
|
|
}
|
|
} |