{ "name": "worker-time-control", "version": "1.0.2", "author": "Verdnatura Levante SL", "description": "Verdnatura Time Control", "license": "GPL-3.0", "repository": { "type": "git", "url": "https://gitea.verdnatura.es/verdnatura/worker-time-control" }, "scripts": { "start": "node proxy.js" }, "engines": { "node": ">=14", "npm": ">=8" }, "dependencies": { "fastclick": "^1.0.6", "jquery": "^3.7.0" }, "devDependencies": { "express": "^4.18.2", "http-proxy-middleware": "^2.0.6" } }