29 lines
605 B
JSON
29 lines
605 B
JSON
{
|
|
"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": {
|
|
"dotenv": "^16.3.1",
|
|
"fastclick": "^1.0.6",
|
|
"jquery": "^3.7.0",
|
|
"sweetalert2": "11.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"express": "^4.18.2",
|
|
"http-proxy-middleware": "^2.0.6"
|
|
}
|
|
}
|