1
0
Fork 0
mirror of https://github.com/searxng/searxng.git synced 2025-03-13 07:52:40 +00:00
searxng/package.json

10 lines
152 B
JSON
Raw Normal View History

{
"dependencies": {
"eslint": "^9.17.0",
"pyright": "^1.1.391"
},
"scripts": {
"clean": "rm -Rf node_modules package-lock.json"
}
}