Initial commit with translated description

This commit is contained in:
2026-03-29 14:20:15 +08:00
commit f14f989271
6 changed files with 963 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "brave-search",
"version": "1.0.0",
"type": "module",
"description": "Headless web search via Brave Search - no browser required",
"author": "Mario Zechner",
"license": "MIT",
"dependencies": {
"@mozilla/readability": "^0.6.0",
"jsdom": "^27.0.1",
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2"
}
}