package.json
{
"name": "lms-plugin-draw-things",
"version": "0.1.0",
"description": "LM Studio plugin for generating images and videos with Draw Things CLI",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "lms dev",
"push": "lms push",
"typecheck": "tsc --noEmit"
},
"author": "",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^6.0.2"
}
}