Files
mapper/backend/package.json
2026-03-10 20:48:09 +00:00

20 lines
384 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.2.1",
"multer": "^2.1.1",
"node-osc": "^11.2.2",
"socket.io": "^4.8.3",
"systeminformation": "^5.31.4"
}
}