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