- Миграция на монорепозиторий (apps/frontend, apps/chat-service, etc.) - Discover: проверка SearxNG, понятное empty state при ненастроенном поиске - searxng.ts: валидация URL, проверка JSON-ответа, авто-добавление http:// - docker/searxng-config: настройки для JSON API SearxNG Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"name": "@gooseek/shared-utils",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@gooseek/shared-types": "*"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./serverUtils": "./src/serverUtils.ts",
|
|
"./splitText": "./src/splitText.ts",
|
|
"./computeSimilarity": "./src/computeSimilarity.ts",
|
|
"./files": "./src/files.ts",
|
|
"./formatHistory": "./src/formatHistory.ts"
|
|
}
|
|
}
|