Files
pulse-signage/package.json
T
LZStealth 6416dbfd99
Publish Docker Image / build-and-push (push) Successful in 26s
Release v1.3.3
2026-07-21 01:55:10 +01:00

32 lines
866 B
JSON

{
"name": "pulse-signage",
"version": "1.3.3",
"private": false,
"description": "Pulse Signage application with MySQL and media uploads",
"repository": {
"type": "git",
"url": "https://git.lzstealth.com/LZStealth/pulse-signage.git"
},
"main": "src/common.js",
"scripts": {
"start": "node -r dotenv/config src/web.js",
"start:web": "node -r dotenv/config src/web.js",
"start:player": "node -r dotenv/config src/player.js",
"dev:web": "nodemon -r dotenv/config src/web.js",
"dev:player": "nodemon -r dotenv/config src/player.js"
},
"dependencies": {
"bootstrap-icons": "1.11.3",
"dotenv": "^17.4.2",
"express": "^4.21.2",
"handlebars": "^4.7.8",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.14.3",
"qrcode": "^1.5.4",
"ws": "^8.21.0"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}