package.json
{
"name": "lms-plugin-powershell7",
"version": "1.0.0",
"description": "LM Studio plugin for running real PowerShell 7 commands and .ps1 scripts with practical safety controls.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"typecheck": "tsc --noEmit",
"build": "tsc --noEmit",
"push": "lms push"
},
"keywords": [
"lm-studio",
"lmstudio",
"powershell",
"powershell7",
"powershell-lmstudio",
"powershell7-lmstudio",
"powershell-lm-studio",
"powershell7-lm-studio",
"pwsh-lm-studio",
"automation-lmstudio",
"pwsh-lmstudio",
"automation-lm-studio",
"lmstudio-tools",
"lm-studio-tools",
"local-ai-agent",
"lm-studio-agent",
"lmstudio-agent",
"lm-studio-powershell",
"lmstudio-powershell",
"lm-studio-plugin",
"lmstudio-plugin"
],
"author": "soumyajit7038",
"license": "Apache-2.0",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.6.3"
}
}