Files
DentalManagementE/apps/SeleniumService/package.json
2025-06-27 23:10:02 +05:30

9 lines
154 B
JSON

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