sic-builder
Version:
Construye SIC
30 lines (29 loc) • 693 B
JSON
{
"name": "sic-builder",
"version": "1.0.0",
"description": "Construye SIC",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/master_efika/sic-builder.git"
},
"keywords": [
"SIC"
],
"author": "luis.matamoros@efika.solutions",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/master_efika/sic-builder/issues"
},
"homepage": "https://gitlab.com/master_efika/sic-builder#readme",
"dependencies": {
"axios": "^0.27.2",
"image-size": "^1.0.1",
"pdfkit": "^0.13.0",
"pdfkit-table": "^0.1.95",
"sharp": "^0.30.4"
}
}