Files
DentalManagement2025/apps/PaymentOCRService/package.json

9 lines
156 B
JSON

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