printnatura/package.json

25 lines
578 B
JSON
Raw Permalink Normal View History

2022-11-04 13:41:36 +00:00
{
2022-11-07 12:45:33 +00:00
"name": "printnatura",
2024-09-09 06:39:40 +00:00
"version": "1.0.2",
2022-11-04 13:41:36 +00:00
"author": "Verdnatura Levante SL",
"description": "Print server",
"license": "GPL-3.0",
2023-03-28 05:56:58 +00:00
"repository": {
"type": "git",
"url": "https://gitea.verdnatura.es/verdnatura/printnatura"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
2022-11-04 13:41:36 +00:00
"dependencies": {
"axios": "^1.1.3",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"fs-extra": "^10.1.0",
"mysql2": "^2.3.3",
"path": "^0.12.7",
"require-yml": "^2.0.0"
}
}