mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
3eed80a074
- rename ``./manage node.env.devtools`` to ``./manage node.env.dev`` - add ``make node.env.dev`` - remove local developer tools by ``make node.clean`` Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"dependencies": {
|
|
"eslint": "^8.18.0",
|
|
"pyright": "^1.1.255"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -Rf node_modules package-lock.json"
|
|
}
|
|
}
|