Forked from drunkktoys/vibe-lm
Forked from drunkktoys/vibe-lm
package.json
{
"name": "lms-plugin-vibe-lm",
"version": "0.2.18",
"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": "npm run publish:hub",
"publish:hub": "node scripts/verify-hub-release.mjs && 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",
"ws": "^8.18.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"@types/node": "^20.14.8",
"@types/ws": "^8.18.1",
"tsx": "^4.23.7",
"typescript": "^5.5.0"
}
}package.json
{
"name": "lms-plugin-vibe-lm",
"version": "0.2.18",
"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": "npm run publish:hub",
"publish:hub": "node scripts/verify-hub-release.mjs && 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",
"ws": "^8.18.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"@types/node": "^20.14.8",
"@types/ws": "^8.18.1",
"tsx": "^4.23.7",
"typescript": "^5.5.0"
}
}