feat: initial zpl pdf microservice
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "zpl-pdf-microservice",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"check": "node --check server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"canvas": "^3.2.3",
|
||||
"fastify": "^5.8.5",
|
||||
"jspdf": "^4.2.1",
|
||||
"zpl-js": "^0.1.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user