Files
2026-04-04 22:13:55 -04:00

9 lines
156 B
JSON
Executable File

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