package.json
{
"name": "reminder-llm",
"version": "1.0.0",
"description": "LM Studio plugin for scheduling reminders with Windows pop-up notifications",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"dependencies": {
"zod": "^3.24.0"
},
"devDependencies": {
"@lmstudio/sdk": "^1.0.0",
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
}
}