Files
DentalManagementE/apps/PaymentOCRService/package.json
2025-08-29 18:16:51 +05:30

9 lines
148 B
JSON

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