worker-time-control/package.json

28 lines
584 B
JSON
Raw Normal View History

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",
"sweetalert2": "^11.6.13"
},
"devDependencies": {
"express": "^4.19.2",
"http-proxy-middleware": "^2.0.6"
2021-10-19 08:52:45 +00:00
}
}