package.json
{
"name": "lms-plugin-kwikines",
"version": "0.1.0",
"description": "Agentic Karpathy-style wiki for LM Studio: ingest raw sources into an interlinked markdown wiki, then retrieve the compressed knowledge with a local-embedding RAG layer. No cloud.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push"
},
"author": "Rodrigue Beck",
"license": "PolyForm-Noncommercial-1.0.0",
"dependencies": {
"@hyzyla/pdfium": "^2.1.12",
"@lmstudio/sdk": "^1.5.0",
"gray-matter": "^4.0.3",
"jszip": "^3.10.1",
"mammoth": "^1.8.0",
"pngjs": "^7.0.0",
"zod": "3.25.76"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/pngjs": "^6.0.5",
"typescript": "^6.0.3"
}
}
package.json
{
"name": "lms-plugin-kwikines",
"version": "0.1.0",
"description": "Agentic Karpathy-style wiki for LM Studio: ingest raw sources into an interlinked markdown wiki, then retrieve the compressed knowledge with a local-embedding RAG layer. No cloud.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push"
},
"author": "Rodrigue Beck",
"license": "PolyForm-Noncommercial-1.0.0",
"dependencies": {
"@hyzyla/pdfium": "^2.1.12",
"@lmstudio/sdk": "^1.5.0",
"gray-matter": "^4.0.3",
"jszip": "^3.10.1",
"mammoth": "^1.8.0",
"pngjs": "^7.0.0",
"zod": "3.25.76"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/pngjs": "^6.0.5",
"typescript": "^6.0.3"
}
}