Files
DentalManagementE/apps/PaymentOCRService/package.json
2026-01-06 09:35:57 -05:00

9 lines
156 B
JSON

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