9 lines
211 B
JSON
Executable File
9 lines
211 B
JSON
Executable File
{
|
|
"name": "patientdataextractorservice",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "python3 -m venv .venv && .venv/bin/pip install -r requirements.txt",
|
|
"dev": ".venv/bin/python3 main.py"
|
|
}
|
|
}
|