package.json
{
"name": "@13ty/opencoder",
"version": "1.0.0",
"description": "LM Studio plugin for scaffolding and refining OpenCode commands and plugins",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
},
"lmstudio": {
"name": "Opencoder",
"description": "Expert formatter for OpenCode commands and plugins with technical English output"
}
}