package.json
{
"name": "lms-plugin-context-compactor",
"version": "1.0.0",
"description": "Compacts the model's context in place so a chat can continue past the context limit, and archives the consolidated state to an Obsidian vault.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"install-plugin": "lms dev --install -y",
"typecheck": "tsc --noEmit"
},
"author": "",
"license": "ISC",
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.5.0"
}
}