package.json
{
"name": "lms-plugin-timestamp",
"version": "1.0.0",
"description": "Automatically prepends a [DD/MM/YYYY HHhMM] timestamp to every user message before it reaches the model. Useful for temporal anchoring, conversation continuity, and memory plugins.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push"
},
"author": "elenath",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8"
}
}