Forked from drunkktoys/vibe-lm
Project Files
package.json
{
"name": "lms-plugin-vibe-lm",
"version": "0.2.17",
"description": "A comprehensive set of agentic tools for LM Studio: file operations, web fetching/search, memory, SSH, and an autonomous vibe_bridge keep-alive loop.",
"main": "dist/index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"build": "tsc",
"build:prod": "./build.sh",
"test": "node --import tsx --test tests/*.test.ts",
"test:watch": "node --import tsx --test --watch tests/*.test.ts",
"bench": "node benchmark/run.mjs",
"bench:report": "node benchmark/report.mjs",
"qscore:preflight": "node --import tsx benchmark/qscore/preflight.ts",
"qscore:run": "node --import tsx benchmark/qscore/run.ts"
},
"author": "drunkktoys",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"mathjs": "^15.2.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/ws": "^8.18.1",
"tsx": "^4.22.4",
"typescript": "^5.5.0"
}
}