26 lines
547 B
JSON
26 lines
547 B
JSON
{
|
|
"name": "printer_service",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.3.6",
|
|
"express": "^4.18.2",
|
|
"fs": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"joi": "^17.9.1",
|
|
"jspdf": "^2.5.1",
|
|
"node-telegram-bot-api": "github:yagop/node-telegram-bot-api#6d7adc3",
|
|
"path": "^0.12.7",
|
|
"pdf-to-printer": "^5.6.0",
|
|
"puppeteer": "^19.9.0"
|
|
}
|
|
}
|