2022-01-20 09:11:37 +01:00
|
|
|
{
|
2025-07-16 13:08:18 +02:00
|
|
|
"name": "searxng.org/devtools",
|
2025-07-06 12:27:28 +02:00
|
|
|
"type": "module",
|
2022-01-20 09:11:37 +01:00
|
|
|
"dependencies": {
|
2025-07-16 17:47:57 +02:00
|
|
|
"pyright": "^1.1.403"
|
2022-09-28 12:50:23 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -Rf node_modules package-lock.json"
|
2022-01-20 09:11:37 +01:00
|
|
|
}
|
|
|
|
|
}
|