28 lines
584 B
JSON
28 lines
584 B
JSON
{
|
|
"name": "worker-time-control",
|
|
"version": "24.22.1",
|
|
"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": {
|
|
"dotenv": "^16.3.1",
|
|
"fastclick": "^1.0.6",
|
|
"sweetalert2": "^11.6.13"
|
|
},
|
|
"devDependencies": {
|
|
"express": "^4.19.2",
|
|
"http-proxy-middleware": "^2.0.6"
|
|
}
|
|
}
|