This commit is contained in:
Stefan080106
2023-04-16 19:17:58 +02:00
commit e34bb6bd28
6 changed files with 6893 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "printer_service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"fs": "^0.0.1-security",
"joi": "^17.9.1",
"jspdf": "^2.5.1",
"node-telegram-bot-api": "^0.61.0",
"path": "^0.12.7",
"pdf-to-printer": "^5.6.0",
"puppeteer": "^19.9.0"
}
}