package.json
{
"name": "lms-plugin-web-search",
"version": "1.0.0",
"description": "LM Studio plugin for searching the web and visiting websites",
"main": "index.js",
"author": "nub235",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"@mozilla/readability": "^0.6.0",
"cheerio": "^1.2.0",
"got-scraping": "^4.2.1",
"jsdom": "^29.0.2",
"ts-dedent": "^2.2.0",
"turndown": "^7.2.4",
"youtube-transcript-plus": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/jsdom": "^28.0.1",
"@types/node": "^20.19.39",
"@types/turndown": "^5.0.6",
"typescript-eslint": "^8.58.2"
},
"scripts": {
"tsc": "tsc",
"lms": "lms"
}
}