Project Files
package.json
{
"name": "beledarians-lm-studio-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push"
},
"author": "",
"license": "ISC",
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"better-sqlite3": "^12.4.6",
"duck-duck-scrape": "^2.2.7",
"mammoth": "^1.11.0",
"node-notifier": "^10.0.1",
"pdf-parse": "^2.4.5",
"puppeteer": "^24.31.0",
"simple-git": "^3.30.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20.14.8",
"@types/node-notifier": "^8.0.5",
"@types/pdf-parse": "^1.1.5",
"ts-morph": "^27.0.2",
"typescript": "^5.9.3"
}
}