Files
DentalManagement2025/apps/PdfService/package.json
2025-05-22 20:46:55 +05:30

9 lines
148 B
JSON

{
"name": "pdfservice",
"private": true,
"scripts": {
"postinstall": "pip install -r requirements.txt",
"dev": "python main.py"
}
}