46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "pdfgen",
|
|
"version": "1.0.0",
|
|
"description": "Микросервис генерации PDF документов",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitflic.ru:evpak-alexandr/pdfgen.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitflic.ru:evpak-alexandr/pdfgen/issues"
|
|
},
|
|
"homepage": "https://gitflic.ru:evpak-alexandr/pdfgen#readme",
|
|
"dependencies": {
|
|
"@faker-js/faker": "^9.9.0",
|
|
"axios": "^1.8.4",
|
|
"bwip-js": "^4.5.3",
|
|
"canvas": "^3.1.0",
|
|
"cheerio": "^1.1.2",
|
|
"cookie-parser": "^1.4.7",
|
|
"csv-parser": "^3.2.0",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.21.2",
|
|
"fontkit": "^2.0.4",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^1.4.5-lts.2",
|
|
"nodemailer": "^6.10.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"pdfreader": "^3.0.7",
|
|
"socket.io": "^4.8.1",
|
|
"taxjar": "^4.1.0",
|
|
"util": "^0.12.5",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^10.0.0",
|
|
"nodemon": "^3.1.9"
|
|
}
|
|
}
|