first commit

This commit is contained in:
René Preuß
2024-01-21 13:37:26 +01:00
commit c2882c296d
12 changed files with 1670 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "print-utils",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"pdf-to-printer": "^5.6.0",
"unix-print": "^1.3.2"
}
}