9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"name": "pdfservice",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "pip install -r requirements.txt",
|
|
"dev": "python main.py"
|
|
}
|
|
}
|