9 lines
156 B
JSON
Executable File
9 lines
156 B
JSON
Executable File
{
|
|
"name": "paymentocrservice",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "pip install -r requirements.txt",
|
|
"dev": "python3 main.py"
|
|
}
|
|
}
|