56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "spx-gc",
|
|
"version": "1.4.1",
|
|
"description": "SPX Graphics Controller",
|
|
"homepage": "https://spxgraphics.com",
|
|
"main": "server.js",
|
|
"bin": "server.js",
|
|
"pkg": {
|
|
"assets": [
|
|
"views/**/*",
|
|
"static/**/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"devORG": "nodemon server.js -i config.json -i DATAROOT/",
|
|
"dev": "nodemon server.js -i DATAROOT/* -i ASSETS/* -i config.json -i DATAROOT_VIDEO/*",
|
|
"devdemo": "nodemon server.js config_demodataroot.json -i DATAROOT_DEMO/* -i config_demodataroot.json",
|
|
"dev2": "nodemon server.js config2.json -i DATAROOT/* -i config2.json",
|
|
"start": "pm2 start server.js --name GC",
|
|
"stop": "pm2 stop server.js",
|
|
"build": "BUILD_PACKAGES.BAT"
|
|
},
|
|
"keywords": [],
|
|
"author": "Tuomo Kulomaa <tuomo@spxgraphics.com> (https://spxgraphics.com)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.30.0",
|
|
"body-parser": "^1.20.3",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"express-handlebars": "^8.0.1",
|
|
"express-session": "^1.18.1",
|
|
"glob": "^11.0.0",
|
|
"ip": "^2.0.1",
|
|
"jsdom": "^25.0.1",
|
|
"macaddress": "^0.5.1",
|
|
"moment": "^2.29.4",
|
|
"morgan": "^1.9.1",
|
|
"node-html-parser": "^6.1.13",
|
|
"node-wav-player": "^1.0.0",
|
|
"node-xlsx": "^0.24.0",
|
|
"open": "^10.1.0",
|
|
"openurl": "^1.1.1",
|
|
"osc": "^2.4.5",
|
|
"path": "^0.12.7",
|
|
"rotating-file-stream": "^3.2.5",
|
|
"socket.io": "^4.8.0",
|
|
"sox-play": "0.0.2",
|
|
"winston": "^3.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.7"
|
|
}
|
|
}
|