pdfservice/package.json

18 lines
335 B
JSON
Raw Normal View History

2024-09-23 17:23:24 +03:00
{
"name": "pdfgenerator",
"version": "1.0.0",
"main": "main.js",
"scripts": {
2024-09-24 09:48:43 +03:00
"start": "DISPLAY=:99 electron . --no-sandbox"
2024-09-23 17:23:24 +03:00
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"commander": "^12.1.0",
"electron": "^32.1.2",
"express": "^4.21.0",
"multer": "^1.4.5-lts.1"
}
}