package.json
{
"name": "web-search-plugin",
"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"
},
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"duck-duck-scrape": "^2.2.7",
"zod": "3.24.1"
},
"devDependencies": {
"typescript": "^5.4.5"
}
}