Files
voting-example/image-buiild/result/package.json
Renovate Bot 64cc0cb1f1
All checks were successful
renovate / renovate (push) Successful in 1m55s
Update dependency express to v5
2025-04-20 10:29:12 +00:00

22 lines
442 B
JSON

{
"name": "result",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"async": "^3.1.0",
"body-parser": "^2.0.0",
"cookie-parser": "^1.4.4",
"express": "^5.0.0",
"method-override": "^3.0.0",
"pg": "^8.8.0",
"socket.io": "^4.0.0",
"stoppable": "^1.1.0"
}
}