recorder-dashboard-clean/package.json

16 lines
334 B
JSON
Raw Permalink Normal View History

2026-03-31 15:29:51 -04:00
{
"name": "elastic-recorder-dashboard",
"version": "1.0.0",
"description": "Grassvalley AMPP Elastic Recorder Control Dashboard",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"axios": "^1.6.2"
}
}