Project Files
package.json
{
"name": "lms-plugin-lmexif-sniffer",
"version": "0.1.0",
"private": true,
"description": "LM Studio plugin: EXIF/metadata and filesystem tools (TypeScript port of exif-sniffer MCP server).",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "lms dev",
"push": "lms push",
"test": "npm run build && node --test tests/*.cjs"
},
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"exifr": "7.1.3",
"image-size": "^1.2.1",
"piexifjs": "1.0.6",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.6.3"
}
}