8 lines
159 B
JSON
Executable File
8 lines
159 B
JSON
Executable File
{
|
|
"name": "seleniumservice",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "python3 -m venv .venv && .venv/bin/pip install -r requirements.txt"
|
|
}
|
|
}
|