Forked from altra/high-perf-tools
package.json
{
"name": "lms-plugin-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"
},
"author": "",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "1.4.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.9.3"
}
}