web-search-nub235

Public

Forked from nub235/web-search

package.json

{
  "name": "lms-plugin-web-search-nub235",
  "version": "1.0.0",
  "description": "LM Studio plugin for searching the web and visiting websites",
  "main": "index.js",
  "scripts": {
    "dev": "lms dev",
    "push": "lms push"
  },
  "author": "nub235",
  "license": "MIT",
  "dependencies": {
    "@lmstudio/sdk": "^1.3.0",
    "@mozilla/readability": "^0.6.0",
    "cheerio": "^1.2.0",
    "got-scraping": "^4.2.1",
    "jsdom": "^29.0.1",
    "turndown": "^7.2.2",
    "youtube-transcript-plus": "^1.2.0",
    "zod": "3.24.1"
  },
  "devDependencies": {
    "@types/jsdom": "^28.0.1",
    "@types/node": "^20.14.8",
    "@types/turndown": "^5.0.6"
  }
}