{
"name": "@lmstudio/ai-toolbox",
"version": "1.4.5",
"description": "AI Toolbox Plugin for LM Studio - 80 tools across 14 categories: file system, web research, browser automation, Git/GitHub, database, document parsing, background commands, code execution, utilities, image processing, HTTP client, vector RAG, interactive UI generation, and auto-context management.",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"test": "jest",
"perf:diagnose": "tsc --extendedDiagnostics",
"perf:trace": "tsc --generateTrace traceDir",
"check:circular": "npx madge --circular src/index.ts"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.22",
"@lmstudio/sdk": "^1.5.0",
"archiver": "^8.0.0",
"duck-duck-scrape": "^2.2.7",
"html-to-text": "^9.0.5",
"mammoth": "^1.6.0",
"node-notifier": "^10.0.1",
"open": "^8.4.2",
"pdf-parse": "^1.1.1",
"pixelmatch": "^7.2.0",
"pngjs": "^7.0.0",
"puppeteer": "^24.0.0",
"sharp": "^0.33.5",
"simple-git": "^3.22.0",
"tesseract.js": "^7.0.0",
"unzipper": "^0.12.3",
"zod": "^3.25.0"
},
"devDependencies": {
"@types/archiver": "^7.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^20.10.0",
"@types/unzipper": "^0.10.11",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^30.0.0",
"madge": "^8.0.0",
"ts-jest": "^29.4.9",
"tsup": "^8.3.5",
"typescript": "^5.9.3"
},
"overrides": {
"glob": "^13.0.6",
"uuid": "^11.0.4"
},
"license": "MIT"
}