25 lines
578 B
JSON
25 lines
578 B
JSON
{
|
|
"name": "printnatura",
|
|
"version": "1.0.2",
|
|
"author": "Verdnatura Levante SL",
|
|
"description": "Print server",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.verdnatura.es/verdnatura/printnatura"
|
|
},
|
|
"engines": {
|
|
"node": ">=18",
|
|
"npm": ">=8"
|
|
},
|
|
"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"
|
|
}
|
|
}
|