Forked from brius/web-search
Forked from brius/web-search
package.json
{
"name": "lms-plugin-web-search",
"version": "1.0.0",
"description": "LM Studio plugin for searching the web and visiting websites",
"license": "MIT",
"author": "ani1ak",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push"
},
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"@mozilla/readability": "^0.6.0",
"impit": "^0.14.4",
"linkedom": "^0.18.13",
"node-html-parser": "^9.0.3",
"p-throttle": "^8.1.0",
"tough-cookie": "^6.0.2",
"turndown": "^7.2.4",
"youtube-transcript-plus": "^2.0.1",
"zod": "3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^2.5.12",
"@types/node": "^26.4.1",
"@types/turndown": "^5.0.6"
}
}
package.json
{
"name": "lms-plugin-web-search",
"version": "1.0.0",
"description": "LM Studio plugin for searching the web and visiting websites",
"license": "MIT",
"author": "ani1ak",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push"
},
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"@mozilla/readability": "^0.6.0",
"impit": "^0.14.4",
"linkedom": "^0.18.13",
"node-html-parser": "^9.0.3",
"p-throttle": "^8.1.0",
"tough-cookie": "^6.0.2",
"turndown": "^7.2.4",
"youtube-transcript-plus": "^2.0.1",
"zod": "3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^2.5.12",
"@types/node": "^26.4.1",
"@types/turndown": "^5.0.6"
}
}