32 lines
866 B
JSON
32 lines
866 B
JSON
{
|
|
"name": "pulse-signage",
|
|
"version": "1.4.2",
|
|
"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"
|
|
}
|
|
}
|