Project Files
package.json
{
"name": "vibe-lm",
"version": "0.2.7",
"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"
},
"author": "drunkktoys",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"mathjs": "^15.2.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"tsx": "^4.22.4",
"typescript": "^5.5.0"
}
}