feat(root) config.json

This commit is contained in:
Stefan080106
2023-04-17 19:19:22 +02:00
parent 80881c29f3
commit add215ca98
3 changed files with 50 additions and 47 deletions

View File

@@ -2,7 +2,7 @@
"name": "printer_service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -20,4 +20,4 @@
"pdf-to-printer": "^5.6.0",
"puppeteer": "^19.9.0"
}
}
}