2021-10-19 08:52:45 +00:00
|
|
|
{
|
2023-08-23 10:54:58 +00:00
|
|
|
"name": "worker-time-control",
|
2024-05-27 11:15:30 +00:00
|
|
|
"version": "24.22.1",
|
2021-10-20 13:26:27 +00:00
|
|
|
"author": "Verdnatura Levante SL",
|
2023-08-23 10:54:58 +00:00
|
|
|
"description": "Verdnatura Time Control",
|
2021-10-20 13:26:27 +00:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-08-23 10:54:58 +00:00
|
|
|
"url": "https://gitea.verdnatura.es/verdnatura/worker-time-control"
|
2021-10-20 13:26:27 +00:00
|
|
|
},
|
2023-11-23 12:28:15 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "node proxy.js"
|
|
|
|
},
|
2023-08-23 10:54:58 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=14",
|
|
|
|
"npm": ">=8"
|
2021-10-19 08:52:45 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-07 14:23:02 +00:00
|
|
|
"dotenv": "^16.3.1",
|
2021-10-19 08:52:45 +00:00
|
|
|
"fastclick": "^1.0.6",
|
2024-06-18 14:39:32 +00:00
|
|
|
"sweetalert2": "^11.6.13"
|
2024-01-09 15:10:40 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-14 15:01:06 +00:00
|
|
|
"express": "^4.19.2",
|
2024-01-09 15:10:40 +00:00
|
|
|
"http-proxy-middleware": "^2.0.6"
|
2021-10-19 08:52:45 +00:00
|
|
|
}
|
|
|
|
}
|