mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
fb88721532
* geckodriver: 0.33.0 * node 16.20.2 * pyright 1.1.329 * eslint 8.50.0
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"dependencies": {
|
|
"eslint": "^8.50.0",
|
|
"pyright": "^1.1.329"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -Rf node_modules package-lock.json"
|
|
}
|
|
}
|