mirror of
https://github.com/anikeen-com/print-utils.git
synced 2026-03-13 21:56:07 +00:00
first commit
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user