package.json
{
"name": "video-frames-v1",
"version": "0.1.0",
"description": "LM Studio plugin: converts attached videos into image sequences with ffmpeg before sending them to a vision model.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "lms dev"
},
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0"
},
"devDependencies": {
"@types/node": "^22.13.1",
"typescript": "^5.7.2"
}
}
package.json
{
"name": "video-frames-v1",
"version": "0.1.0",
"description": "LM Studio plugin: converts attached videos into image sequences with ffmpeg before sending them to a vision model.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "lms dev"
},
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0"
},
"devDependencies": {
"@types/node": "^22.13.1",
"typescript": "^5.7.2"
}
}