Forked from altra/web-search
package.json
{
"name": "lms-plugin-web-search",
"version": "1.0.1",
"description": "LM Studio plugin — fact-grounded web search with reasoning, source verification, and multi-angle research",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"watch": "npx tsc --watch"
},
"keywords": [
"lmstudio",
"lmstudio-plugin",
"web-search",
"fact-check",
"research",
"source-verification",
"deep-search",
"news",
"academic"
],
"author": "thrilok",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"zod": "3.24.1"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}