Files
DentalManagement2025/apps/PaymentOCRService/package.json
2026-01-11 21:18:27 +05:30

9 lines
155 B
JSON

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