package.json
{
"name": "lms-plugin-chatgpt-agent-tools",
"version": "0.12.0",
"description": "Portable LM Studio ChatGPT-style agent tools with auto-routing, scoped permissions, and full right-sidebar configuration.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"publish": "lms push --write-revision"
},
"author": "Tyler Spott (Spotticus)",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.4.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.5.4"
}
}