package.json
{
"name": "high-perf-tools",
"version": "1.0.1",
"description": "High-performance tools for Python & C++ development, filesystem, git, and web research.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"build": "tsc",
"test": "vitest run"
},
"keywords": [
"lmstudio",
"lmstudio-plugin",
"python",
"cpp",
"c++",
"filesystem",
"git",
"code-execution",
"development-tools",
"agent",
"memory",
"sub-agent"
],
"author": "thrilok",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3",
"vitest": "^4.1.7"
}
}
package.json
{
"name": "high-perf-tools",
"version": "1.0.1",
"description": "High-performance tools for Python & C++ development, filesystem, git, and web research.",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"push": "lms push",
"build": "tsc",
"test": "vitest run"
},
"keywords": [
"lmstudio",
"lmstudio-plugin",
"python",
"cpp",
"c++",
"filesystem",
"git",
"code-execution",
"development-tools",
"agent",
"memory",
"sub-agent"
],
"author": "thrilok",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3",
"vitest": "^4.1.7"
}
}