42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "pulse-signage",
|
|
"version": "2.10.2",
|
|
"private": false,
|
|
"description": "Pulse Signage application with MySQL and media storage",
|
|
"engines": {
|
|
"node": ">=26.0.0"
|
|
},
|
|
"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",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@sparticuz/chromium": "^149.0.0",
|
|
"animate.css": "^4.1.1",
|
|
"bootstrap-icons": "1.13.1",
|
|
"cropperjs": "^1.6.2",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1",
|
|
"handlebars": "^4.7.8",
|
|
"hls.js": "^1.7.0",
|
|
"jsqr": "^1.4.0",
|
|
"multer": "^2.2.0",
|
|
"mysql2": "^3.23.3",
|
|
"puppeteer-core": "^25.7.0",
|
|
"sharp": "^0.35.3",
|
|
"ws": "^8.21.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|