Files
squid-configurator/configurator/package.json
T
2026-05-03 23:10:26 +02:00

15 lines
287 B
JSON

{
"name": "squid-configurator",
"version": "1.0.0",
"description": "Web UI for managing Squid + WPAD config",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"dockerode": "^4.0.7",
"express": "^4.21.2"
}
}