package.json
{
"name": "lms-plugin-read-pdf",
"version": "0.1.1",
"description": "Extract markdown from PDFs by rasterising pages and asking the locally-loaded vision-language model to transcribe them.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push"
},
"author": "zexigh",
"license": "PolyForm-Noncommercial-1.0.0",
"dependencies": {
"@hyzyla/pdfium": "^2.1.12",
"@lmstudio/sdk": "^1.5.0",
"pngjs": "^7.0.0",
"zod": "3.25.76"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/pngjs": "^6.0.5",
"typescript": "^6.0.3"
}
}